0.0.8 • Published 8 years ago
icetea v0.0.8
icetea
A clean, efficient and active issue system for the modern times.
Written in TypeScript. icetea is in early development.
Quick Setup (from npm)
- 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.jsontoconfig.json - In the
./node_modules/iceteadirectory, runnode . - Open
localhost:8080in your browser.
Compile it yourself
- Install node and add it to your terminal's path
npm install -g typescript,npm install -g webpackgit clone https://github.com/icetea-js/icetea.git,cd iceteanpm installnpm run compile, compile output will be in the dist folder.