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
- Host: GitHub
- URL: https://github.com/aramperes/icetea
- Owner: aramperes
- License: mit
- Created: 2017-11-19T06:49:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T04:31:04.000Z (over 3 years ago)
- Last Synced: 2025-08-19T16:41:37.920Z (11 months ago)
- Topics: issue-tracking-system, nodejs, typescript
- Language: TypeScript
- Homepage: https://www.icetea.io
- Size: 306 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# icetea
[](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.