Skip to content

klaytn/finder-fe

Repository files navigation

Klaytn Finder Frontend

This repository is the Frontend of the Klaytn Finder. For the overall architecture of the finder, please refer to the Main Repo.


Apps

Working applications


Packages

Packages (libraries) to be used elsewhere


Install

  • For testing purposes, the canvas package is used. Please check this page for environment-specific installation guides and install it.
  • nvm is used to match the node and npm versions.
nvm use
npm i
npm run build:packages

Development

npm run watch:finder

Npm Scripts

Build

Build for production

  • build:{app or package name} - Build for production
  • build:packages - Build only packages

Watch

Detect changes and build in development mode

  • watch:{app or package name}

Etc

Other common scripts

  • lint - Check eslint/prettier
  • lint:fix - Automatically fix eslint/prettier where possible and then check
  • check - Type check (type checking is not done during the build process)
  • test - Run tests

Releases

No releases published

Packages

No packages published

Languages