stefanreifenberg / 30daymap

#30DayMapChallenge project visualizing spatial data from my home town Freiburg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

30DayMapChallenge - Svelte WebGIS

My goal for the 30DayMapChallenge is to create a WebGIS application based on open data from my home town. Every day will be a standalone application that will be deployed to netlify. In the end i will combine all the applications into one single application.

The following technologies are used:

The current day will always be available here.

Run the project locally

Clone this repo

git clone https://github.com/stefanreifenberg/30daymap.git
cd 30daymap
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start. This uses sirv, which is included in your package.json's dependencies so that the app will work when you deploy to platforms like Heroku.

About

#30DayMapChallenge project visualizing spatial data from my home town Freiburg

License:GNU General Public License v3.0


Languages

Language:Svelte 79.9%Language:JavaScript 16.7%Language:CSS 2.3%Language:HTML 1.0%