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

https://github.com/batazor/autopilot-page

https://discord.gg/kvMVNpwkX
https://github.com/batazor/autopilot-page

gamebot kingshot whiteout-survival

Last synced: 6 days ago
JSON representation

https://discord.gg/kvMVNpwkX

Awesome Lists containing this project

README

          

# autopilot-page

Documentation site for [Whiteout Survival Autopilot](https://github.com/batazor/autopilot), built with [Astro](https://astro.build/) + [Starlight](https://starlight.astro.build/).

Live at .

## Develop

```sh
npm install
npm run dev # http://127.0.0.1:4321
npm run build
```

## Deploy

Pushes to `main` trigger `.github/workflows/deploy.yml`, which builds the site
and publishes to GitHub Pages. Enable Pages once in repo settings → Pages →
Source: **GitHub Actions**.