Demo site: https://etsify.hdcola.org
Backend : https://github.com/hdcola/etsifyapi
pnpm install
Create a .env
file in the root of the project and add the following:
VITE_STRIPE_PUBLIC_KEY=YOUR_STRIPE_PUBLIC_KEY
VITE_API_URL=YOUR_API_URL
VITE_GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID
pnpm dev
Install Vitest in your VSCode and run the tests from the test explorer.
Run the tests in CLI:
pnpm test