Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 353 Bytes

@cs125/chitter

Install

To install all dependencies, first install Node 12 (the exact version is in .tool-versions). Next:

npm i
cd example && npm i

Once everything is installed, npm start will run the client bundler and example website. You need to run npm start backend separately to bring up the development MongoDB instance.