Various graphing, searching, and other computational tools for UoA CompSci220.
- Repository structure inspired by ibrahima92 and juristr's examples.
You can set up your own version of the site as follows:
-
Clone this repository.
-
Make sure you have NodeJS installed.
-
Download dependencies using npm or yarn:
yarn # yarn npm install # npm
To work in hot-reload mode, I recommend using the live server extension for VSCode. Simply 'Go Live' and run the dev
script:
yarn dev # yarn
npm run dev # npm