This Learning Management System (LMS) project aims to provide an easy-to-use platform for instructors and community members to manage and access learning materials efficiently. This LMS has a user-friendly interface and provides basic features to support the learning process.
-
Create Environment Variables:
- Create a file named
.env
in the root of the project. - Copy the contents from
.env.local
into.env
.
- Create a file named
-
Install Dependencies:
Run the following command to install the project dependencies:
yarn install
-
Running App: After setting up the environment variables and installing dependencies, run the following command to start the development server:
yarn dev