Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.65 KB

README.md

File metadata and controls

52 lines (43 loc) · 1.65 KB
Stability

Stability App

GitHub deployments GitHub deployments

Open source UI for Stability protocol

Platform repositories

Front-end development

Stack

Setup

git clone https://github.com/stabilitydao/app.git
cd app
yarn

Development at localhost:3000

yarn dev

Build

yarn build

Production

yarn start

Lint

yarn lint