34 lines
601 B
Markdown
34 lines
601 B
Markdown
# Pronoun Monster
|
|
|
|
 [View site](https://pronoun.monster/)
|
|
|
|
Inspired by [@morganastra](https://twitter.com/morganastra)'s [pronoun.is](https://github.com/witch-house/pronoun.is) project</p>
|
|
|
|
## Getting Started
|
|
|
|
- [NodeJS](https://nodejs.org/en/)
|
|
|
|
```sh
|
|
npm i # Installs Dependencies
|
|
```
|
|
|
|
### Serving Locally
|
|
|
|
```sh
|
|
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
|
|
|
|
```sh
|
|
npm run deploy
|
|
```
|
|
|
|
### Testing
|
|
|
|
```sh
|
|
npm test
|
|
```
|