Skip to content

pacific-geomatics/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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