Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 396 Bytes

celestial-notes

To setup locally - git clone https://github.com/last-developer/celestial-notes.git

for backend ->

1)Open 1st terminal, go to backend folder

2)Run - npm i

3)Rename example.env to .env and put your mongo uri

4)Run - npm run dev

5)run tsc before commit (if want to contribute)

for frontend ->

1)open 2nd terminal, go to frontend folder

2)Run - npm i

3)Run - npm run dev