Pré-requis
- Git
- NodeJS 10 (via NVM)
- Yarn (yarnpkg.com)
NodeJS 10
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
Puis fermer et rouvrir un terminal.
Duniter
git clone -b feat/node10 https://git.duniter.org/nodes/typescript/duniter.git
cd duniter
nvm use 10
yarn
yarn link
Duiv2
git clone https://dev.cgeek.fr/cgeek/duiv2.git
cd duiv2
nvm use 10
yarn
yarn link duniter
yarn build:back
yarn dev
Consulter l’URL : http://localhost:8080