The SKALE Network Documentation a replacement for: - Docs: https://docs.skale.network - Codebase: https://github.com/skalenetwork/docs.skale.network
This is a growing documentation portal designed to support the various members of the ecosystem including developers, validators, delegators, and more.
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.
- [LICENSE (MIT)](./LICENSE)
- [Docs](https://docs.skale.space)
- [Website](https://skale.space)
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install -f |
Force Install on non-linux systems |
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 |