eduardperreca / theartofhold

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:HTML 36.1%Language:CSS 24.2%Language:Handlebars 22.9%Language:JavaScript 16.8%