Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 406 Bytes

README

App.geo.ca v2 is an app that will allow users to browser the geo.ca data catalog.

Usage

The project uses (sst)[https://sst.dev/docs/] as a way to declare and deploy it's infrastructure.

Dev

  1. start by setting you aws credentials.
  2. ensure you have the correct version of node.js installed by referencing the .nvmrc.
  3. Execute the following commands:
npm i
npm run dev