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 install
ornpm i
to install any dependencies - Run
npm start
to run the web app on http://localhost:8080 by default. - Make any changes inside the
src
folder items and review the changes on the local server - When you're happy with any changes, run
npm run build
in your terminal to create production-ready files and then push back to GitHub