The Computer Science Club's CMS.
To get started, please follow these steps:
- Install the dependencies.
pnpm install
- Copy
.env.example
to a new file.env
and set the required environment variables. - If MongoDB is not already installed and you’re not using a Docker container, follow the MongoDB Community Edition Installation Guide and start the service.
- Run the development server.
pnpm dev
- Open http://localhost:4000/admin with your browser to go to the Payload admin page.
The root user is seeded into database upon first load the credentials can be changed in the .env
file:
ROOT_EMAIL=
ROOT_PASS=
This user has admin permissions to create more users and give further permissions.
We welcome contributions to enhance the CS Club CMS! If you find any issues, have suggestions, or want to request a feature, please follow our Contributing Guidelines.
This project is licensed under the MIT License. See LICENSE for details.