To install
quinoa-server, open your terminal/command line tool and run the following commands in a directory of your choice :
git clone https://github.com/medialab/quinoa-server
cd quinoa-server
npm install
cp config/sample.json config/default.json
Then edit the
Then, to install
fonio, open your terminal/command line tool and run the following commands in a directory of your choice :
git clone https://github.com/medialab/fonio
cd fonio
npm install
cp config/sample.json config/default.json
Then edit the
Development
npm run dev
Fonio is compatible with the Redux Devtools browser extension for an optimal developer experience.