Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.27 KB

This is the front-end repo for StableDAO.

🔧 Setting up Local Development

Required:

git clone https://github.com/stabledao-io/stabledao-frontend.git
cd stabledao-frontend
yarn
yarn start

The site is now running at http://localhost:3000! Open the source code and start editing!

Pull Requests: Each PR into master will get its own custom URL that is visible on the PR page. QA & validate changes on that URL before merging into the deploy branch.

👏🏽 Contributing Guidelines

We keep an updated list of bugs/feature requests in Github Issues.

GitHub issues

Filter by "good first issue" to get your feet wet! Once you submit a PR, our CI will generate a temporary testing URL where you can validate your changes. Tag any of the gatekeepers on the review to merge them into master.

Thankyou!!