Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 386 Bytes

Itcoin project page

This repository is the source for https://bancaditalia.github.io/itcoin/

Getting started with development

Install the toolbox

Install nodejs and jekyll.

Install project dependencies

npm install

During development

npm start

When ready to build

npm run build