Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 567 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 567 Bytes

prns.realfx.rocks

An alternate front-end for pronouns.page!

Writting entirely in Svelte-Kit!

Running

Installing dependencies

Using npm, install all dependencies:

$ npm i

Running using npm

# 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