Skip to content

BlockScience/kms-web

Repository files navigation

KMS Web

Install Node.js to use Vite + React environment.

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
sudo apt-get install -y nodejs

(Instructions from https://github.com/nodesource/distributions)

Install dependencies.

cd ~/kms-api/frontend
npm install

For Development

npm run dev

For Production

npm run build

Contributing

We are using pre-commit hooks in aid of a clean and consistent codebase. For hooks to run automatically you can run

pre-commit install

You can also run it manually on all files with

pre-commit run --all-files

Deployment Testing Checklist

  1. Onboarding/Tour is up to date (and working for all states)
  2. Shortcuts are up to date

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published