Skip to content

williamwinkler/hs-card-web

Repository files navigation

hs-card-web

A webpage for viewing Hearthstone cards.

Production Link

The webpage can be viewed on: hscards.william-winkler.com.

Environment

Create a local .env file from .env.example:

cp .env.example .env

Required variables:

  • VITE_API_BASE_URL: backend API base URL (for example https://hscards.william-winkler.com/api/v1)

Local Development

bun install
bun run dev

Quality Checks

bun run lint
bun run test
bun run typecheck
bun run build

Production Build and Start

bun run build
bun run start

API Client Regeneration

The file src/api/api-client.ts is generated from swagger.yml.

bun run generate-api

Backend

hs-card-web uses hs-card-service as backend.

About

A SPA that serves Hearthstone cards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors