https://github.com/ofkm/arcane-website
Arcane Documentation Website
https://github.com/ofkm/arcane-website
Last synced: 12 months ago
JSON representation
Arcane Documentation Website
- Host: GitHub
- URL: https://github.com/ofkm/arcane-website
- Owner: ofkm
- Created: 2025-06-27T02:22:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T19:31:36.000Z (about 1 year ago)
- Last Synced: 2025-07-01T20:28:56.816Z (about 1 year ago)
- Language: Svelte
- Homepage: https://arcane-website-ofkm.vercel.app
- Size: 348 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!IMPORTANT]
> This website is for a unreleased version of Arcane, and is not the production documentation, and many things may not actually be the correct documentation.
# Arcane Documentation Website
This documentaion site is built with SvelteKit and uses Vite for local development.
## Developing
Once you've created a project and installed dependencies with `npm install`, start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```