This repository contains the CMS for the HoloEN Fan Website (repo), which uses PayloadCMS. You can find more info about this project in the main repository.
- Have NodeJS (We recommend using fnm or Volta) installed, together with pnpm
- Clone this repo
- Now, you can now start coding! Start the dev server by running
pnpm dev
. - After you've made your changes, please run ESLint by running
pnpm lint:fix
and make sure your commits abide by the Conventional Commits rule as described inCONTRIBUTING.md
. You can do this automatically by using the git hooks in this repo using Husky.- If your changes include changes to collections, please also run
pnpm generate:types
to generate the type definition file required for the site.
- If your changes include changes to collections, please also run
Thanks goes to these wonderful people (emoji key):
GoldElysium 💻 📖 🚇 🚧 👀 |
Walt 💻 |
renovate[bot] 🔧 |
Daniils Petrovs 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!