Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 452 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 452 Bytes

Hackfest: ReCraft

Setup

  1. Clone the repository
  2. In the cloned directory, install the dependencies with: npm install

Usage

  1. Run gulp
  2. Go to the address shown in the terminal

Develop

  1. Branch from develop with git checkout -b <branch name>
  2. Edit respective files
  3. Stage files with git add <file name>
  4. Commit files with git commit -m <commit message>
  5. Push changes to origin with git push origin <branch name>