Skip to content

mohitisimmortal/celestial-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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