sergioespana / open-sea

The first truly open socio-environmental auditing tool
https://open-sea.firebaseapp.com
GNU General Public License v3.0
3 stars 2 forks source link

openSEA

The first truly open socio-environmental auditing tool.

Development

Installing

  1. Clone this repo:

    $ git clone https://github.com/nielsrowinbik/open-sea open-sea
  2. Install dependencies:

  $ cd open-sea
  $ npm i

or with Yarn:

  $ cd open-sea
  $ yarn
  1. Running a development build
  $ npm run dev

or with Yarn:

  $ yarn dev