0.0.8 • Published 6 years ago

icetea v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

icetea

npm version

A clean, efficient and active issue system for the modern times.

Written in TypeScript. icetea is in early development.

Quick Setup (from npm)

  1. Install node and add it to your terminal's path
  2. In an empty directory, run npm install icetea
  3. In ./node_modules/icetea/dist, copy/move default-config.json to config.json
  4. In the ./node_modules/icetea directory, run node .
  5. Open localhost:8080 in your browser.

Compile it yourself

  1. Install node and add it to your terminal's path
  2. npm install -g typescript, npm install -g webpack
  3. git clone https://github.com/icetea-js/icetea.git, cd icetea
  4. npm install
  5. npm run compile, compile output will be in the dist folder.