Official documentation for the Opshin programming language.
To run this project, you'll need:
- Git
- mdBook
- Clone the repo:
$ git clone https://github.com/Ch1n3du/opshin_book ...
- Install Rust and mdbook
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh cargo install mdbook
- Open the book directory in the terminal and run:
This will start a local server hosting the site.
$ cd opshin_book $ mdbook serve ...