A clean, efficient and active issue system for the modern times.
Written in TypeScript. icetea is in early development.
- Install node and add it to your terminal's path
- In an empty directory, run
npm install icetea
- In
./node_modules/icetea/dist
, copy/movedefault-config.json
toconfig.json
- In the
./node_modules/icetea
directory, runnode .
- Open
localhost:8080
in your browser.
- Install node and add it to your terminal's path
npm install -g typescript
,npm install -g webpack
git clone /~https://github.com/icetea-js/icetea.git
,cd icetea
npm install
npm run compile
, compile output will be in the dist folder.