https://github.com/1602/issues-tracker
https://github.com/1602/issues-tracker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1602/issues-tracker
- Owner: 1602
- Created: 2017-03-06T08:25:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T22:59:19.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T17:22:44.520Z (about 1 year ago)
- Language: Elm
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kanban for github
Organise your github issues using kanban board
### Install
```
git clone https://github.com/1602/issues-tracker
cd issues-tracker
yarn install
elm package install
```
### Serve locally:
```
elm-live --output=elm.js src/Main.elm --debug --open
```
* Get coding! The entry point file is `src/Main.elm`
* Browser will refresh automatically on any file changes..
### Build & bundle for prod:
```
npm run build
```
* Files are saved into the `/dist` folder
* To check it, open `dist/index.html`