Skip to content

vannizhang/vessel-traffic

Repository files navigation

U.S. Vessel Traffic

This app is a new and fun tool that lets you explore the paths of vessels in and around U.S. waters, look for patterns and trends by time, vessel type, and place, and it provides a simple and efficient way to download manageable-sized, area-specific, excerpts

App

Installing

To begin, clone this repository to your computer:

https://github.com/vannizhang/vessel-traffic.git

From the project's root directory, install the required packages (dependencies):

npm install

Running the app

Now you can start the webpack dev server to test the app on your local machine:

# it will start a server instance and begin listening for connections from localhost on port 8080
npm run start

Deployment

To build/deploye the app, you can simply run:

# it will place all files needed for deployment into the /build directory 
npm run build

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.