Skip to content

A Pokemon e-commerce site built with Next.js, React, TypeScript, using Kinde for authentication.

Notifications You must be signed in to change notification settings

Roodbaraky/pokemart

Repository files navigation

PokeMart

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).

Contents

Installation

Clone the repository via: git clone https://github.com/Roodbaraky/pokemart

Install dependencies via: npm install

Testing

Tests can be run manually via: npm test OR npm run watch To use the '--watch' flag with Vitest.

Development

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.

About

A Pokemon e-commerce site built with Next.js, React, TypeScript, using Kinde for authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published