pronoun-monster/README.md
2023-03-22 09:01:35 -05:00

32 lines
735 B
Markdown

# Pronoun Monster
Inspired by [@morganastra](https://twitter.com/morganastra)'s [pronoun.is](https://github.com/witch-house/pronoun.is) project</p>
[![DigitalOcean Referral Badge](https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%203.svg)](https://www.digitalocean.com/?refcode=dfabbc9bb922&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
## 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