Skip to content

zcy1024/MystenLabs-move-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The Move Book and The Move Reference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Move 44.7%
  • JavaScript 32.6%
  • TypeScript 16.5%
  • CSS 6.2%