An open API service indexing awesome lists of open source software.

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

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.