A simple laundry tracker for easy access to slip records from different laundromats.
this is a script to install the necessary dependecies to run this project
- This is to install nvm
- after nvm is setup just run
nvm install node
npm install -g pnpm
make sure to run this in a new terminal instance
cd client/web
pnpm i
pnpm dev
cd server/rest
pnpm i
pnpm dev
Make sure to setup the .env files for both server and client and run the /init endpoint to hydrate the collection with laundries and an admin account