Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 1.06 KB

Contributing to The Boring Education

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.

Getting Started

To contribute to this project, follow these steps:

1. Fork the Repository

git clone [email protected]:The-Boring-Education/TBE-Web.git
cd TBE-Web

2. Install Dependencies

npm install

3. Set Up Environment Variables

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.

4. Start the Development Server

npm run dev

For detailed contribution guidelines and documentation, please refer to our Notion page: Contribute to The Boring Education.