Skip to content

micjamking/micjamking.github.io

Repository files navigation

mikeking.io

Portfolio Website of Mike King

Prerequisites

At a minimum, you will need the following prerequisite tools installed:

  1. Git
  2. Node.js & npm
  3. Grow

If you do not have Grow locally installed, you can install it along with dependent NPM packages:

$ npm run setup

Running the development server

$ npm start

Building

You can use the npm run build command to build your whole site to the build directory. This is a good way to test and verify the generated code.

$ npm run build

Backup/Deploying

$ npm run backup
$ npm run deploy