An open API service indexing awesome lists of open source software.

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

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
```