pronoun-monster/README.md
Ava Gaiety W 7ab4147764 Merge branch 'prettier' into 'main'
Prettier with pre-commit hook

See merge request gaiety/pronoun-monster!2
2023-03-22 13:50:59 +00:00

31 lines
507 B
Markdown

# 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/)
```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