routify.dev icon indicating copy to clipboard operation
routify.dev copied to clipboard

The documentation website for Routify, a file-based Router for Svelte

Routify v2 site

This is the repo for the Routify docs site.

Usage

Development npm run dev Dev + codesplitting npm run dev:split Build npm run build

Production

Please make sure that url rewrite redirects to dist/__app.html on our server.

Building and running in production mode

To create an optimised version of the app:

npm run build

Deploy

npm run deploy:now