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/
Go to file
2024-03-10 14:19:28 -05:00
public fixed meta image 2023-03-15 01:05:10 -05:00
src plausible analytics 2023-10-15 17:01:36 -07:00
tests prettier lint 2023-03-16 00:34:58 -05:00
.DS_Store Background, claw icon 2023-08-01 19:39:17 -05:00
.gitignore express-handlebars init with working npm start 2023-03-11 10:08:46 -06:00
.gitlab-ci.yml fix typo in npm lint > npm run lint 2023-03-16 00:46:01 -05:00
.prettierignore ignore handlebars due to prettier bug 2023-03-16 00:34:34 -05:00
.prettierrc.json prettier dependency and dotfiles 2023-03-16 00:30:40 -05:00
.tool-versions add asdf tool-versions file 2023-03-11 22:12:17 -05:00
app.js prettier lint 2023-03-16 00:34:58 -05:00
data.js prettier lint 2023-03-16 00:34:58 -05:00
database.csv fix byte pronouns 2023-03-16 11:25:23 -05:00
docker-compose.yml docker deploy steps 2024-03-08 16:01:00 +00:00
Dockerfile docker deploy steps 2024-03-08 16:01:00 +00:00
package-lock.json audit fix 2023-10-15 17:02:01 -07:00
package.json docker deploy steps 2024-03-08 16:01:00 +00:00
README.md point status link to page 2024-03-10 14:19:28 -05:00
tailwind.config.cjs prettier lint 2023-03-16 00:34:58 -05:00
UNLICENSE Unlicense 2023-03-11 09:59:48 -06:00

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 run deploy

Testing

npm test