Skip to content

brito-ca/brito-website

Repository files navigation

Brito Website

Project Management

Live Preview

Design

Figma file

Getting Started

Clone the repo

github

Install

npm install

Dev server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Development Steps

  • Assgin an issue to yourself and add start and target dates on the project timeline
  • We are using GitFlow so, create a branch FROM develop
  • After finish your work, run npm run release
  • Run npm start to check if the everything is working fine
  • Create a pull request against develop and assign a member to get it approved
  • Once is approved, merge your changes to develop
  • Close your pull request
  • Close your issue
  • Move your issue on the project dashboard

References