Skip to content

justinhorner/twentyfour-lemons

Repository files navigation

twentyfour-lemons

A site to show 24 Hours of Lemons events in both a list and map view.

Background

I've been wanting to work with ArcGIS SDK for some time and have also wanted to try out VueJS. This project seemed like a good opportunity to work with both. It's a bit rough around the edges, especially in terms of front-end design, but it should all function after being checked out (and provided you have an ArcGIS API key) and I hope to add some polish in the future.

The events data was sourced via another project.

Setup

Customize configuration

Set the VITE_ARCGIS_API_KEY value in the .env file to ensure the ArcGIS component works properly.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Docker

Build

docker build -t {{tagName}} .

Run

docker run -d -p 8080:8080 {{tagName}}

About

VueJS application to see 24 Hours of Lemons events

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published