An open API service indexing awesome lists of open source software.

https://github.com/nachotoast/220-tools

Various graphing, searching, and other computational tools for UoA CompSci220.
https://github.com/nachotoast/220-tools

nodejs typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 220 Tools

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

- Repository structure inspired by [ibrahima92](https://github.com/ibrahima92/pokedex-typescript) and [juristr](https://github.com/juristr/webpack-typescript-starter)'s examples.

## Installation

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

1. Clone [this repository](https://github.com/NachoToast/220-tools).
2. Make sure you have [NodeJS](https://nodejs.org/en/) installed.
3. Download dependencies using npm or [yarn](https://yarnpkg.com/):

```sh
yarn # yarn

npm install # npm
```

To work in hot-reload mode, I recommend using the [live server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension for VSCode. Simply 'Go Live' and run the `dev` script:

```sh
yarn dev # yarn

npm run dev # npm
```