/issuesnow60.com

A website celebrating 60 years of mum

Primary LanguageHTML

isSueSnow60.com

A website to celebrate 60 years of mum on 13-07-2018.

Pre-Requisites

  1. Node
  2. NPM
  3. Yarn

To Setup

Using Pug & Stylus & ES6 - all very quick and easy.

  1. yarn install
  2. yarn start - compiles files and watches for changes
  3. In a new tab yarn run server - opens a dev server at http://localhost:8000
  4. yarn run build - compiles and minifies files for deployment
  • To edit content, change ./src/index.pug
  • To edit styles, change ./src/css/**/*
  • To edit JS, change ./src/js/**/*

To Publish

TODO

  • Set up project
  • Minify & rename images
  • Favicon
  • Do CSS + content
  • JS
  • Get domain
  • Publish to gh-pages