This project was generated with Pruvious CLI version 3.11.4.
Documentation: https://pruvious.com/docs
This repository contains a database and uploads for demonstration. The admin user's credentials are:
- Email: hello@pruvious.com
- Password: 12345678
To access the dashboard, go to http://localhost:3000/dashboard
.
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.