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.
- Fork this repository
- Create a new branch and make your changes
git switch -c feature/my-feature
- Commit your changes (follow the Conventional Commits specification)
git add . git commit -m "feat: my feature" -- or use commitlint to commit with conventional commits pnpm commit
- Push your branch to your fork
git push origin feature/my-feature
- Create a pull request
- Payload Website Template for bootstrapping the project