Project Commands

Commands 🧑‍💻

Name
Command
Description

Dev Environment

yarn dev

Starts the development environment

Build

yarn build

Compiles the project and builds production files

Start

yarn start

Starts the project from the production build

Contract Typings

yarn lint

Lints the project using eslint

Last updated