Useful readme for devs

This commit is contained in:
Ava Gaiety W 2023-03-11 10:12:33 -06:00
parent f0d9661496
commit 0f049f97a2

View file

@ -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