Project Awesome project awesome

Move Book > Move Book

Move book maintained by @damirka (中文).

Package 261 stars GitHub

The Move Book

This is the repository for the Move Book and Move Language Reference.

Structure

  • Two books are placed in the book and reference directories. The book directory contains the main book, and the reference directory contains the reference book.
  • The packages directory contains the code samples used in both books.
  • The site directory contains docusaurus configuration and custom plugins for it.

Running the Books Locally

Prerequisites

  • NodeJS
  • pnpm (installation is: npm i -g pnpm)

Local Server

All commands can be run from the root.

pnpm start

The book will be available at http://localhost:3000.

Production Build Test

pnpm build
pnpm serve

Archive

For the archive of the old version of the book, see the archive branch.

Back to Move