Developing a style guide for UoA online courses.
- Clone this repository
- Install NPM if not already installed
- Using Command Line or Terminal, navigate to the cloned folder
- Inside your terminal, run
npm install
ornpm i
to install any dependencies - Then type
npm run dev
to get things up and running locally. This will spool up a local server running the site at localhost - Make any changes inside the
src
folder items and review the changes on the local server - Push through changes when you're happy with them.