The primary goal for this web app is to allow pet owners to list their pets up for adoption. Along with some planned features for local communities to report stray animals and lost pets.
Netlify automatically builds the web app from each new commit to the main branch
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
Clone the repository and then install dependencies
git clone https://github.com/MagusWyvern/paws2help.git
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
As of now, no unit tests have been written yet!