Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Hack-TeeEssGee/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production

Build Link

kgpverse.chiragghosh.me

Build Status

Netlify Status


Development

Build Link

kgpverse-demo.netlify.app

Build Status

Netlify Status


Getting Started

In the project directory:

To install required packages, run yarn

To start development server, run yarn start

To install a package, run yarn install package-name

Points to Remember

  1. Never ever work in master branch. It is only for most stable production version.

  2. Never work in dev branch. It is for kinda-stable development version.

  3. Always work by creating a new branch of name template : your-name/feature-or-bug. For example, if you are rajiv and you have to work in footer, create branch rajiv/footer.

  4. Always create PR to dev branch.

  5. Please refrain from pushing to upstream after every commit. Only push after your work is done or there are significant changes made. Automatic deploy previews are made and build time is recorded. If updated frequently, we can finish up free build time in netlify.

  6. We are using open-source icons by iconscout. Choose icons from here. Check usage here.

  7. Please write styling in relevant scss file. If confused ask. Refrain from using inline styling unless specifically needed by some package.