[go: up one dir, main page]

Skip to content

CleanOceanAction/coa_ui

Repository files navigation

Frontend of COA

Build Status

The react frontend for the COA website.

Getting Started

  1. Install the dependencies
sudo apt install npm
make install-deps

# Or with docker
sudo apt install docker
  1. Run the application
make run

# Or with docker
make prod-run

View the Site

The site can be viewed locally here or deployed here.