Website for all things KGTK
- Clone this repository with git
- Make sure you are in the
developbranch - Install project dependencies with
npm install - Start the development server with
npm start - Verify that the changes made are reflected in the browser
- Commit your changes to the
developbranch just in case
- Run
npm run deployto update the published website with any changes made