Explore the basics/tutorials/recipes of Spore Protocol on Spore Docs:
Basics
: Learn Spore Fundamentals - Quickly grasp the core concepts and components.Tutorials
: Follow Along - Build a toy project, dive in with easy to follow steps and examples.How-to recipes
: Simplified Solutions - Find concise recipes to streamline your production.Resources
: Power Tools - Build apps with Spore SDK and find more developer resources.
Report any issues you encounter, or tell us where we can improve the documentation.
Help us improve or fix the spore-docs by providing actual doc changes.
You can edit the documentation locally and review changes immediately in your browser.
- Install node dependencies via pnpm:
pnpm i
- Run the spore-docs in development mode:
pnpm run start
Some features may only be enabled in production mode, to check that everything works as expected, you can build and run in production mode locally.
- Build production:
pnpm run build
- Run the production for preview:
pnpm run serve
- The project is licensed in MIT.
- The project is powered by Docusaurus 2.