Because while we are silly, your gender identity is important. Be your genuine self. Share how you are to be referred to by newer users of neopronouns or English language learners.
https://pronoun.monster/
|
||
---|---|---|
public | ||
src | ||
tests | ||
.DS_Store | ||
.gitignore | ||
.gitlab-ci.yml | ||
.prettierignore | ||
.prettierrc.json | ||
.tool-versions | ||
app.js | ||
data.js | ||
database.csv | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.cjs | ||
UNLICENSE |
Pronoun Monster
Inspired by @morganastra's pronoun.is project
Getting Started
npm i # Installs Dependencies
Serving Locally
npm start
http://localhost:3000/ http://localhost:3000/she/her/her/hers/herself
Deploy
npm build:css
npm start
Testing
TODO