/theartofhold

e-book made using mdbook - Project "Editoria Digitale"

Primary LanguageHTML

NodeJS Requirements

cd app

npm i # Installation node dependences

nodemon app.js # nodemon app run on port :8080

Rust

Installation

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

mdBook

cargo install mdbook

otherwise

Installation via Brew

Installation

brew install rust

mdbook

brew install mdbook

Starting mdbook

Run mdbook server

cd project

mdbook serve --open # starting mdbook server on port :3000