pronoun-monster/README.md
2023-03-11 10:36:24 -06:00

22 lines
327 B
Markdown

# Pronoun Monster
## Getting Started
* [NodeJS](https://nodejs.org/en/)
```bash
npm i # Installs Dependencies
```
### Serving Locally
```bash
npm start
```
[http://localhost:3000/](http://localhost:3000/)
[http://localhost:3000/she/her/her/hers/herself](http://localhost:3000/she/her/her/hers/herself)
### Testing
TODO