https://github.com/prawee/okrs
OKR: Objectives and Key Results
https://github.com/prawee/okrs
agile-board keys management meteor objectives okrs results
Last synced: about 2 months ago
JSON representation
OKR: Objectives and Key Results
- Host: GitHub
- URL: https://github.com/prawee/okrs
- Owner: prawee
- Created: 2017-02-20T13:17:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T10:40:54.000Z (about 8 years ago)
- Last Synced: 2025-01-14T11:03:46.797Z (4 months ago)
- Topics: agile-board, keys, management, meteor, objectives, okrs, results
- Language: CSS
- Size: 136 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project
OKR: Objectives and Key Results.
Inspiration from [Wekan]# Objectives
For description about flow of Meteor to my students.# Installation
Via composer
```bash
$ git clone https://github.com/prawee/okrs.git
```
# Inital
After clone you should be make sure that install NPM already.
```bash
$ cd okrs
$ npm install
```# Run
Make sure that you inside project folder.
```bash
$ meteor
```
Or with some port
```bash
$ meteor --port 3001
```# Suggestions
If you have any suggestion for me. Please tell me.
Thank you.