An alternate front-end for pronouns.page!
Writting entirely in Svelte-Kit!
Using npm, install all dependencies:
$ npm i
# For a local dev environment
$ npm run dev
# For a production build
$ npm run build
# Hosting your production build ( build a prod build first )
$ npm run preview