Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccrsxx/learnify-frontend
Learnify frontend
https://github.com/ccrsxx/learnify-frontend
Last synced: 5 days ago
JSON representation
Learnify frontend
- Host: GitHub
- URL: https://github.com/ccrsxx/learnify-frontend
- Owner: ccrsxx
- License: gpl-3.0
- Created: 2023-11-17T14:56:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T06:27:30.000Z (10 months ago)
- Last Synced: 2024-10-11T10:51:39.334Z (29 days ago)
- Language: TypeScript
- Homepage: https://learnify.risalamin.com
- Size: 1.02 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```