Skip to content

klaytn/klaytn-dex-frontend

Repository files navigation

Klaytn-DEX Frontend Documentation

Here you can find Klaytn-DEX frontend documentation:

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

Want to Contribute ?

In line with our commitment to decentralization, all Klaytn codebase and its documentations are completely open source. Klaytn always welcomes your contribution. Anyone can view, edit, fix its contents and make suggestions. You can either create a pull request on GitHub or create a enhancement request. Make sure you check out our guidelines before contributing: