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

https://github.com/aramperes/icetea

A clean, efficient and active issue system
https://github.com/aramperes/icetea

issue-tracking-system nodejs typescript

Last synced: about 2 months ago
JSON representation

A clean, efficient and active issue system

Awesome Lists containing this project

README

          

# icetea

[![npm version](https://badge.fury.io/js/icetea.svg)](https://badge.fury.io/js/icetea)

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](https://nodejs.org/en/) 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](https://nodejs.org/en/) 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.