Welcome to the Galsen Coding Challenge project! This is an open-source project built with Next.js, TypeScript, MongoDB, and Tailwind CSS. The goal of this project is to provide a platform for coding challenges and collaboration within the Galsen (Senegal) coding community.
Follow these steps to get the project up and running on your local machine.
Make sure you have the following installed on your machine:
Clone the repository:
git clone https://github.com/modouaicha023/galsen-coding-challenge.git
Navigate to the project directory:
cd galsen-coding-challenge
Install dependencies:
npm install
# or
yarn
Create a .env
file in the root directory and configure the environment variables:
MONGO_URL = "YOUR_MONGO_URL"
NEXTAUTH_URL = "http://localhost:3000"
NEXTAUTH_SECRET = "YOUR_NEXTAUTH_SECRET"
GITHUB_SECRET = "YOUR_GITHUB_SECRET"
GITHUB_ID = "YOUR_GITHUB_ID"
Run the development server:
npm run dev
# or
yarn dev
Open your browser and visit http://localhost:3000.
We welcome contributions from the community! If you'd like to contribute, please follow our contribution guidelines.
This project is licensed under the MIT License.