https://github.com/roxiness/routify.dev
The documentation website for Routify, a file-based Router for Svelte
https://github.com/roxiness/routify.dev
Last synced: about 1 year ago
JSON representation
The documentation website for Routify, a file-based Router for Svelte
- Host: GitHub
- URL: https://github.com/roxiness/routify.dev
- Owner: roxiness
- Created: 2020-01-26T14:24:41.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T16:21:07.000Z (over 2 years ago)
- Last Synced: 2025-04-06T03:12:06.703Z (about 1 year ago)
- Language: Svelte
- Homepage: http://routify.dev
- Size: 8.83 MB
- Stars: 44
- Watchers: 4
- Forks: 43
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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:
```bash
npm run build
```
### Deploy
```bash
npm run deploy:now
```