PokeMart is an e-commerce site where users can buy virtual items to support their progress in the associated Pokemon battler browser game. (coming soon).
Clone the repository via:
git clone https://github.com/Roodbaraky/pokemart
Install dependencies via:
npm install
Tests can be run manually via:
npm test
OR
npm run watch
To use the '--watch' flag with Vitest.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.