Welcome to The Boring Education! This is an open-source educational platform built with Next.js and MongoDB. Our goal is to provide a simple, engaging way to learn web development and product design.
This project is designed to help students and developers improve their programming skills through interactive tutorials, examples, and challenges. We’re building a community where learning is fun and accessible to everyone.
To set up this project locally and start developing, follow these steps:
First, clone the repository to your local machine:
git clone https://github.com/your-username/the-boring-education.git
cd the-boring-education
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
Please refer to our Contribution Guidelines for detailed information on how to contribute to this project.