Get your PROVESA Web instance running locally in just a few minutes.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ashcroft08/provesa-web/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, make sure you have:- Node.js v20 or higher installed
- A PostgreSQL 15+ database (local or remote)
- pnpm v9+ package manager
If you don’t have pnpm installed, you can install it with
npm install -g pnpmQuick Start
Configure environment variables
Copy the example environment file and edit it with your credentials:Edit
.env with your database credentials and secrets:Seed initial data
Run the seed scripts to create the admin user and default theme:
The default admin credentials are configured in your
.env file under ADMIN_EMAIL and ADMIN_PASSWORD.Next Steps
Now that you have PROVESA Web running:- Log in with your admin credentials at
/login - Explore the admin panel to manage candidates, suggestions, and site configuration
- Customize the theme colors from the admin panel
- Review the Installation guide for detailed configuration options
For production deployment, make sure to run
npm run build or pnpm build to create an optimized production build.