Skip to content

EvmosGov/tracker

Repository files navigation

Evmos Govnernance Issue Tracker

Dev

Checkout the repo and set the required environmental variables by copying ./.env.example into ./.env.local.

Next, install the dependencies:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev