Pack Me Up is a front-end only web application built with ReactJS that helps people generate customised packing lists.
You can find the site at https://packmeup.tim-gent.com/
npm install
npm run devIf you want to test locally with solid you can run a local Solid server with:
npx --yes @solid/community-server -p 4000Running tests:
npm test
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).