Here are the steps to run the project locally.
-
Clone the repository
git clone https://github.com/ccrsxx/learnify-frontend.git
-
Change directory to the project
cd learnify-frontend
-
Install dependencies
npm i
-
Check your credentials on
.env.development
. Make sure you have the correct credentials. Or create.env.local
so that it doesn't get tracked by git. -
Run the project
npm run dev