Official website of Pagbutlak UPV
This project is the official website for the student and community publication of CAS in UP Visayas, Pagbutlak.
-
Node.js (recommended to use nvm)
-
PostgreSQL (optional)
-
Docker (optional)
- Clone the repository
cp .env.example .envto copy the example environment variables
- Create a local PostgreSQL database.
pnpm installto install dependenciespnpm devstart the dev server
-
Start the services
docker-compose up
- Open http://localhost:3000 to open the app in your browser
- Go to http://localhost:3000/admin to open the admin panel
- Seed the database by clicking the seed button.
Contributions are welcome!
See CONTRIBUTING.md for more information.
- Payload Website Template for bootstrapping the project