A site to show 24 Hours of Lemons events in both a list and map view.
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.
Set the VITE_ARCGIS_API_KEY
value in the .env file to ensure the ArcGIS component works properly.
npm install
npm run dev
npm run build
docker build -t {{tagName}} .
docker run -d -p 8080:8080 {{tagName}}