Skip to content

aramperes/icetea

Repository files navigation

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.

About

A clean, efficient and active issue system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published