hectoruch / GlobalFishingWatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global Fishing Watch

This repository will host the Global Fishing Watch client application developed by vizzuality

Requirements

Installation

Start by installing the required nodejs packages using npm (already bundled with recent nodejs installations)

npm install

Next, start the server by running:

node server.js

You should be able to access your application at http://localhost:3000/

Eslint and sass-lint should be run before pushing anything. You can set up that behaviour by adding a symlink to a file that runs npm test:

cd .git/hooks && ln -s -f ../../scripts/pre-push pre-push && cd ../..

Note that as of now, before we fix all errors on the existing codebase, the push will carry on even with errors.

About

License:MIT License


Languages

Language:JavaScript 72.0%Language:CSS 20.3%Language:HTML 6.6%Language:Shell 1.1%