Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 669 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 669 Bytes

Flight obstacles

This repository holds the code for https://map.joleco.se.

Updating the list of obstacles

  1. Find the URL to the current CSV file on lfv.se. The URL changes frequently. Right now it can be found at https://aro.lfv.se/Editorial/View/Dataset.
  2. Update the URL in download.ts
  3. Update the date in index.html
  4. Run nvm use && npm install && npm run download.

Running the app locally

npm start

Deploying to AWS

Assuming AWS credentials are already configured in the joleco profile:

aws --profile=joleco s3 cp public s3://map.joleco.se/ --recursive