This is a frontend that may or may not eventually turn into a full application for tracking charity hitchhikes.
Install the dependencies...
npm install
...then start the Rollup dev server:
npm run dev
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
.
(we'll get there eventually)