Skip to content

dojoengine/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b215a8a ยท Mar 19, 2025
Nov 9, 2024
Mar 19, 2025
May 8, 2024
Mar 28, 2023
Mar 18, 2025
Jan 17, 2025
Oct 30, 2024
May 8, 2024
Mar 18, 2025
Oct 30, 2024
Nov 9, 2024
Jan 31, 2025
Oct 30, 2024
Jan 17, 2025

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.