The wedding website for Jahleh & Patrick Hooper.
- Clone the repository.
- Navigate into the repository.
- Run
bundle install
(you'll need Ruby & Bundler). - Run
npm install
(you'll need Node.js & npm). - 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.