Thank you for considering contributing to The Boring Education! We welcome contributions that help improve the project and make it more robust. Whether you're fixing a bug, improving documentation, or adding a new feature, your contribution is appreciated.
To contribute to this project, follow these steps:
git clone [email protected]:The-Boring-Education/TBE-Web.git
cd TBE-Web
npm install
You will need to create a .env.local file to configure the environment:
Copy the .env.example file to .env.local. Update the values in the .env.local file with your MongoDB connection string and other relevant configuration.
npm run dev
For detailed contribution guidelines and documentation, please refer to our Notion page: Contribute to The Boring Education.