Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 726 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 726 Bytes

Setting up for local development

This will start a local server and can be accessed at http://localhost:8080/

  1. Run npm install
  2. Run npm run start

Setting up for local development for blog pages

This will start a local server and can be accessed at http://localhost:8080/blog

  1. Run npm install
  2. Run npm run start:blog

License

MIT License, please see LICENSE for details.