/StaticWebTech

The StaticWebTech.com website

Primary LanguageHTML

Static Web Tech

The Static Web-Tech Website

Setup

  • make sure node.js and roots are installed
  • clone this repo down and cd into the folder
  • run npm install
  • run roots watch
  • ???
  • get money

Deploying

  • If you just want to compile the production build, run roots compile -e production and it will build to public.
  • We've set up continuous deployment with Netlify, so pushing to master will automatically rebuild and deploy the site.