diff --git a/README.md b/README.md index 34b8d2c..7f1fcc3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # Pronoun Monster -TODO... +## Getting Started + +* [NodeJS](https://nodejs.org/en/) + +```bash +npm i # Installs Dependencies +``` + +### Serving Locally + +```bash +npm start +``` + +[http://localhost:3000/](http://localhost:3000/) + +### Testing + +TODO