thefarmer2000 / snowbank-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the front-end repo for Snowbank.

πŸ”§ Setting up Local Development

Required:

git clone https://github.com/SnowbankDAO/snowbank-frontend
cd snowbank-frontend
yarn install
npm run start

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

Pull Requests: Each PR into main 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.

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.

NOTE: For big changes associated with feature releases/milestones, they will be merged onto the develop branch for more thorough QA before a final merge to main

About

License:MIT License


Languages

Language:TypeScript 78.7%Language:SCSS 19.9%Language:JavaScript 1.3%Language:HTML 0.1%