Website for all things KGTK
- Clone this repository with git
- Make sure you are in the
develop
branch - 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
develop
branch just in case
- Run
npm run deploy
to update the published website with any changes made