This is the repository for the Move Book and Move Language Reference.
- Two books are placed in the
bookandreferencedirectories. Thebookdirectory contains the main book, and thereferencedirectory contains the reference book. - The
packagesdirectory contains the code samples used in both books. - The
sitedirectory contains docusaurus configuration and custom plugins for it.
- NodeJS
pnpm(installation is:npm i -g pnpm)
All commands can be run from the root.
pnpm startThe book will be available at http://localhost:3000.
pnpm build
pnpm serveFor the archive of the old version of the book, see the archive branch.