Interactive parking map for the University of Massachusetts Amherst campus
This application is a clientside-only SPA based on the ArcGIS Maps SDK for Javascript
and built/bundled
using vite
on the node.js
+ npm
platform.
Backend data is provided by an ArcGIS Online webmap, which is maintained externally by AFIT.
It is recommended that you use nodenv
to manage local node installations.
node.js
matching the version in the.node-version
file (runnodenv install
if usingnodenv
)
npm install # bundle dependencies
npm run build # builds a production bundle.
npm run dev # starts a local development server.
npm run lint # runs the js linter.
npm run lint:css # runs the css linter.
npm run preview # serves a previously built production bundle.
Bug reports and pull requests are welcome on GitHub.
The application is available as open source under the terms of the MIT License.