The SKALE Quick Start Documentation is not meant to replace the existing https://docs.skale.network at this time, however is meant to act as a location for developers looking to build on SKALE to quickly find everything they need in a guided manner.
See the official hosted documentatiok here.
Docs giving you trouble? Request support in the Discord.
If you are a new contributor or interested in contributing, welcome! We are excited to have you join us! Please check out our Contributors Guide for help getting started.
Join us on Discord to meet other maintainers! We can help answer questions and support you in your contributions.
To contribute to this repo, please see Contributor Documentation.
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 |