Skip to content

tianlitao/spore-docs

 
 

Repository files navigation

Spore Docs

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.

Contribution

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.

Development

Run in development mode

You can edit the documentation locally and review changes immediately in your browser.

  1. Install node dependencies via pnpm:
pnpm i
  1. Run the spore-docs in development mode:
pnpm run start

Run production preview

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.

  1. Build production:
pnpm run build
  1. Run the production for preview:
pnpm run serve

Reference

About

Explore the basics/tutorials/recipes of Spore Protocol on Spore Docs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.5%
  • CSS 38.7%
  • TypeScript 16.8%