Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 980 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 980 Bytes

Web project

About the project

This website is about an architecture studio.

Link to the website

Image

Getting Started

Dependencies

Note: if you've previously installed Gulp globally, run npm rm --global gulp to remove it. Details here.

Make sure these are installed first.

Quick Start

  1. In bash/terminal/command line, cd into your project directory.
  2. Run npm install to install required files and dependencies.
  3. When it's done installing, run one of the task runners to get going:
    • gulp manually compiles files.
    • gulp watch automatically compiles files and applies changes using BrowserSync when you make changes to your source files.