Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 473 Bytes

mapsite

The website for the railway history map.

The code is written in Javascript using Svelte using rollup and yarn2 for package management.

To build the site run:

yarn install
yarn build

The website is then available in the public/ directory.

If you want to run the site for development run:

yarn dev

The development version will look at http://localhost:8080 for the API.