/Kaiju-Dex

Primary LanguageTypeScriptOtherNOASSERTION

Getting Started

Set up pre-commit

  • docs can be found here
  • install pre-commit
pip install pre-commit

for mac

brew install pre-commit

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

deployment

  • code is auto deployed when pushed to the production branch
  • dev releases are auto deployed when pushed to staging branch