Frontend¶
Instalation and setup (tested on Ubuntu 20.04 LTS)¶
In order to setup and run the front-end in developement state run the following commands:
$ git clone https://github.com/p2pmodels/wallofshame-frontend
$ cd wallofshame-frontend
$ git checkout develop
$ npm install
$ npm start
A new tab in your default browser should open automatically.
You will also need to setup the backend repo.
References¶
As in any development, our code is based in examples from other people, check them out! - Dashboard template - Map charts library - Form tutorial
License¶
This prototype is licensed under GNU General Public License v3.0
Last update:
2022-05-23