Giter VIP home page Giter VIP logo

envatoweb-fe-1's Introduction

ENVATO WEB-APP - FRONTEND

Installation

  1. Click on Fork button at the top right corner to fork the repo.

  2. Clone your forked repository to your local environment.

  3. Navigate into the cloned folder - cd envatoweb-app

  4. Add upstream - git remote add upstream https://github.com/hngi/Envatoweb-FE.git (Your forked repo url)

  5. Pull updates from the upstream - git pull upstream develop

  6. Create a new branch for the feature you're working on - git checkout -b [Feature]

e.g git checkout -b user_registration


Naming Convention

  1. Make sure you place your files in the appropriate folder you are working on.

  2. Properly link your CSS and JS files(They should be in an asset folder)

  3. Your pages should be named according to what you are working on e.g login.html login.css e.t.c

  4. All your CSS files, images and Js files should be placed in the GENERAL ASSETS folder. Only your html file should be on the page folder.


Creating a pull request

  1. To ensure you're on the right branch run git branch

  2. If everything is okay stage your changes - git add .

  3. And then commit - git commit -m "Commit Message"

  4. Pull upstream to avoid merge conflicts - git pull upstream develop

  5. Push to your forked repo - git push origin develop

  6. Go to the repository https://github.com/hngi/Envatoweb-FE.git

  7. As soon as you get there, you are going to see a green ‘compare and create a pull request’

  8. Click on it, and type your message, click on create pull request.

envatoweb-fe-1's People

Contributors

andikanaffiah avatar dejiabiola avatar devmickeal avatar devtam avatar dindu5 avatar dnor-dev avatar elcozy avatar elminhoemmanuel avatar emekaelo avatar gblend avatar gennydera avatar gigicodes avatar git-temak avatar jbrit avatar joelekpenyong avatar joshuafolorunsho avatar lakesxo avatar muyiwa-adebayo avatar netacci avatar oluwadamilareosinaya avatar popeashiedu avatar taiwoyewole avatar thatdeji avatar tobijudah avatar veri5ied avatar yasholma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.