Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccrsxx/learnify-frontend

Learnify frontend
https://github.com/ccrsxx/learnify-frontend

Last synced: 5 days ago
JSON representation

Learnify frontend

Awesome Lists containing this project

README

        

# Learnify Frontend

## Development

Here are the steps to run the project locally.

1. Clone the repository

```bash
git clone https://github.com/ccrsxx/learnify-frontend.git
```

1. Change directory to the project

```bash
cd learnify-frontend
```

1. Install dependencies

```bash
npm i
```

1. 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.

1. Run the project

```bash
npm run dev
```