Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 772 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 772 Bytes

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