/dmeechan-com

My home page

Primary LanguageSCSSGNU General Public License v3.0GPL-3.0

dmeechan.com

Static home page on dmeechan.com

Getting started

  • First, ensure that node.js & npm are both installed. If not, choose your OS and installation method from this page and follow the instructions.
  • Next, use your command line to enter your project directory.
  • Run npm install to install of the project dependencies

Now you're ready to get started!

  • For development: npm run watch to start a local development server (with hot reloading!) using index.html and the files in src
  • For production: npm run build to get your the files production-ready and put them in the dist folder