Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 505 Bytes

File metadata and controls

17 lines (13 loc) · 505 Bytes

foss.training

The landing page for dgplug summer training

Local Development Guide

  • Clone the repo
  • In your terminal, run npm install
  • Then run, npm run start
  • Open http://localhost:8080 in your browser

To make any changes, make changes only in the src directory Always run npm run build before committing and pushing code so that _site is updated.

Production Deploy

Just deploy the contents of _site folder. The _site folder will always have the latest static html content.