[!Important]
This is a test project mainly to checkout Pruvious CMS
This project was generated with Pruvious CLI version 3.10.7.
Documentation: https://pruvious.com/docs
Make sure to install the dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000:
# pnpm
pnpm dev
Build the website for production:
# pnpm
pnpm build
Check out the deployment documentation for more information.