/220-tools

Various graphing, searching, and other computational tools for UoA CompSci220.

Primary LanguageTypeScriptMIT LicenseMIT

220 Tools

Various graphing, searching, and other computational tools for UoA CompSci220.

Installation

You can set up your own version of the site as follows:

  1. Clone this repository.

  2. Make sure you have NodeJS installed.

  3. 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