15 lines
228 B
Markdown
15 lines
228 B
Markdown
# Axolotl Website
|
|
|
|
The official website for Axolotl Launcher.
|
|
|
|
## Development
|
|
|
|
From the repository root:
|
|
|
|
```sh
|
|
pnpm install --frozen-lockfile
|
|
pnpm website:dev
|
|
```
|
|
|
|
Create the static production output with `pnpm website:build`.
|