29 lines
376 B
Markdown
29 lines
376 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)
|
|
|
|
### Deploy
|
|
|
|
```bash
|
|
npm build:css
|
|
npm start
|
|
```
|
|
|
|
### Testing
|
|
|
|
TODO
|