Skip to content

bouncydragon/tigerhall-content

Repository files navigation

Tigerhall Library

Templated from Vite + React & Typescript.

How to run the project

  1. Use the listed versions below:
  "npm": ">=10.0.0",
  "node": ">=21"
  1. Clone the project
  git clone <SSH || HTTP || DOWNLOAD DIRECTLY>
  1. Change directory to the folder
  cd tigerhall-content
  1. Install dependencies
  # pnpm users
  pnpm install
    
  # yarn users
  yarn install
    
  # npm users
  npm install
  1. After successful installation, run the project
  # pnpm users
  pnpm run dev
    
  # yarn users
  yarn run dev
    
  # npm users
  npm run dev
  1. Navigate to localhost:3000 to see the project.

How to run the tests

  1. Run test with coverage and access
  vitest --ui --coverage.enabled=true
  1. Navigate to localhost:51204/vitest/#/ to see the test and its coverage.

Comment and Suggestion

I really want to know your thoughts on my work. Feedbacks are highly appreciated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published