2020.7.6 • Published 5 years ago
@cs125/chitter v2020.7.6
@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.