Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 324 Bytes

Pacific Geomatics Website

To test this site locally:

git clone https://github.com/pacific-geomatics/website.git && cd website
npm install
npm start
firefox localhost:3000

Deploy with Docker

sudo docker build -t pacgeo/website .
sudo docker run -d -p 3000:3000 --name website pacgeo/website