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/
Find a file
2023-03-15 00:13:40 -05:00
src more pronouns, list styling 2023-03-15 00:13:40 -05:00
tests Fetching pronoun data from a csv 2023-03-12 15:47:34 -05:00
.gitignore express-handlebars init with working npm start 2023-03-11 10:08:46 -06:00
.tool-versions add asdf tool-versions file 2023-03-11 22:12:17 -05:00
app.js more pronouns, list styling 2023-03-15 00:13:40 -05:00
data.js Fetching pronoun data from a csv 2023-03-12 15:47:34 -05:00
database.csv more pronouns, list styling 2023-03-15 00:13:40 -05:00
package-lock.json Fetching pronoun data from a csv 2023-03-12 15:47:34 -05:00
package.json Fetching pronoun data from a csv 2023-03-12 15:47:34 -05:00
README.md tailwind and incredibly basic styling proof, css, consume dist directory 2023-03-11 10:50:10 -06:00
tailwind.config.cjs tailwind and incredibly basic styling proof, css, consume dist directory 2023-03-11 10:50:10 -06:00
UNLICENSE Unlicense 2023-03-11 09:59:48 -06:00

Pronoun Monster

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