Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Latest commit

 

History

History
38 lines (33 loc) · 1.74 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.74 KB

Jahleh + Patrick

The wedding website for Jahleh & Patrick Hooper.

Usage

  1. Clone the repository.
  2. Navigate into the repository.
  3. Run bundle install (you'll need Ruby & Bundler).
  4. Run npm install (you'll need Node.js & npm).
  5. Let npm scripts handle your workflow!
  • Use npm start to build development code and start a Browersync server.
  • Use npm run lint:stylesheets to run Sass Lint on the Sass source code.
  • Use npm run lint:javascripts to run ESLint on the JavaScript source code.
  • Use npm run lint to run lint both Sass and JavaScript source code in one task.
  • Use npm test to check for lint and development build errors.
  • Use npm run build to compile production code.

Libraries

CSS + Sass

Fonts

JavaScript