/learnify-frontend

Learnify frontend

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Learnify Frontend

Development

Here are the steps to run the project locally.

  1. Clone the repository

    git clone https://github.com/ccrsxx/learnify-frontend.git
  2. Change directory to the project

    cd learnify-frontend
  3. Install dependencies

    npm i
  4. 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.

  5. Run the project

    npm run dev