An open API service indexing awesome lists of open source software.

https://github.com/mystenlabs/move-book

The Move Book and The Move Reference
https://github.com/mystenlabs/move-book

move sui

Last synced: about 2 months ago
JSON representation

The Move Book and The Move Reference

Awesome Lists containing this project

README

          

# The Move Book

This is the repository for [the Move Book](https://move-book.com) and
[Move Language Reference](https://move-book.com/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](docusaurus.io) 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.

```bash
pnpm start
```

_The book will be available at `http://localhost:3000`._

### Production Build Test

```bash
pnpm build
pnpm serve
```

## Archive

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