AlgoWorld Docs
  • Overview
  • Swapper
    • Quick Start
      • Prerequisites
      • Setting up local development
      • Scripts
    • Architecture
      • Public Swaps
    • Directory structure
    • Env variables
    • Path Mapping
    • Testing
      • End to end tests
  • Explorer
    • Quick Start
    • Architecture
      • Gallery
      • City Packs
      • City Influence
Powered by GitBook
On this page

Was this helpful?

  1. Swapper
  2. Quick Start

Prerequisites

PreviousQuick StartNextSetting up local development

Last updated 2 years ago

Was this helpful?

  • Node >= 14.x

  • yarn >= 1.12.15

  • vercel cli >= 24.2.4

  • >= 2.19.0

pre-commit configuration

Run the following command from the root of the repo to setup hooks:

pre-commit install # for all hooks
pre-commit install --hook-type commit-msg # for commitlint checks
pre-commit