This project was generated with Pruvious CLI version 3.10.6.
Documentation: https://pruvious.com/docs
Make sure to install the dependencies:
# pnpm
pnpm install
# npm
npm install
Start the development server on http://localhost:3000
:
# pnpm
pnpm dev
# npm
npm run dev
Build the website for production:
# pnpm
pnpm build
# npm
npm run build
Check out the deployment documentation for more information.