Skip to content

cdaveb/tac-shard-calculator-vue

Repository files navigation

shard-calculator-vue

This is a calculator for determining shard requirements for specific enlightenment configurations in the game The Alchemist Code

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run Component Tests with Cypress

npm run build
npm run test:component # or `npm run test:component:ci` for headless testing

Run End-to-End Tests with Cypress

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

About

The Alchemist Code Shard Calculator - written in Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published