Skip to content

usc-isi-i2/kgtk-website

Repository files navigation

kgtk-website

Website for all things KGTK

Development

  1. Clone this repository with git
  2. Make sure you are in the develop branch
  3. Install project dependencies with npm install
  4. Start the development server with npm start
  5. Verify that the changes made are reflected in the browser
  6. Commit your changes to the develop branch just in case

Deployment

  1. Run npm run deploy to update the published website with any changes made