Documentation for course build, learning design and multimedia design within Learning Enhancement and Innovation / Online Programs at The University of Adelaide. Developer-focused for editing and use, not yet hosted on GitHub Pages.
- Clone this repository
- Install NPM if not already installed
- Using Command Line or Terminal, navigate to the cloned folder
- Inside your terminal, run
npm installornpm ito install any dependencies - Run
npm startto run the web app on http://localhost:8080 by default. - Make any changes inside the
srcfolder items and review the changes on the local server - When you're happy with any changes, run
npm run buildin your terminal to create production-ready files and then push back to GitHub