The landing page for dgplug summer training
- Clone the repo
- In your terminal, run
npm install - Then run,
npm run start - Open
http://localhost:8080in 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.
Just deploy the contents of _site folder. The _site folder
will always have the latest static html content.