Skip to content

Designing a Better World Through Decentralized Technologies

License

Notifications You must be signed in to change notification settings

soramitsu/klaytn-dex-frontend

 
 

Repository files navigation

klaytn-dex-frontend

Local Development

pnpm i

# run dev server
pnpm dev

# run unit tests in watch mode
pnpm vitest

# open cypress
pnpm cy

# fix formatting
pnpm format:fix

# static analysis
pnpm typecheck
pnpm lint

CI/CD

First of all, create .env.local file. Use .env.example as a reference.

Commands:

pnpm i

# check code formatting
pnpm format:check

# run static analysis
pnpm typecheck
pnpm lint

# run both unit & component tests
pnpm test

# build
pnpm build

About

Designing a Better World Through Decentralized Technologies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.7%
  • Vue 44.8%
  • SCSS 0.5%
  • JavaScript 0.5%
  • Sass 0.3%
  • HTML 0.1%
  • Other 0.1%