Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 375 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 375 Bytes

Learnoree

An educational assistance website made by Liza Dolhova

This project is aimed to provide comfortable experience to students and teachers mainly in higher education institutions.

Usage

Before starting a program run

npm install

For dev run:

npm run serve
cd api
npm run dev

For production build run

npm run build
cd api
npm run start