https://github.com/snowfallorg/docs
Documentation for Snowfall projects.
https://github.com/snowfallorg/docs
Last synced: 11 months ago
JSON representation
Documentation for Snowfall projects.
- Host: GitHub
- URL: https://github.com/snowfallorg/docs
- Owner: snowfallorg
- Created: 2023-09-14T06:15:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T17:15:57.000Z (about 1 year ago)
- Last Synced: 2025-05-12T18:29:01.380Z (about 1 year ago)
- Language: Astro
- Size: 12.8 MB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snowfall Docs
> Documentation for @snowfallorg projects.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
## 👀 Want to learn more?
Check out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).