Skip to content

dojoengine/book

Repository files navigation

📖 The Dojo Book

Migration from rustbook to vocs in process. Make all edits and PRs into dojo-book.

Explore the world of Autonomous Worlds with Dojo, your trusted toolchain. Dive in now.

Contributing

Embrace the open-source spirit of Dojo. As it's in its nascent phase, we welcome contributors with open arms.

Peruse our contributing guidelines. From minor wording adjustments to extensive chapters, every contribution matters!

Setup

  1. Install Vocs dependencies
    npm install -g pnpm
    nvm install --lts
    nvm use --lts
    pnpm install
  1. Running the Book locally
    pnpm run dev
  1. Preview the Book

Visit http://localhost:5173/ in your web browser to preview the Book.

For more detailed information, refer to the official Vocs documentation.