LernIt is a simple but effective learning solution for students! It emphaises efficiency and performance when it comes to learning new things, regardless of what you are learning! Visit the site at: https://lernit.site/
Before you begin, ensure that you have Docker installed on your system. You can download and install Docker from here.
To build and run the Docker container for this project, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/LernItApp/LernIt.git
-
Navigate to the project directory:
cd LernIt
-
Build the Docker image using the provided Dockerfile:
docker build -t lernit .
-
Run the Docker container:
docker run -p 3000:3000 lernit
This command will start the container and map port 3000 from the container to port 3000 on your host machine, allowing you to access the application in your web browser at http://localhost:3000.
Contributions to this project are welcome and encouraged! Please make an issue on GitHub so we can discuss your contribution before you make a pull request.
This project is licensed under the MIT License.