Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/asana-graphs
https://github.com/aeyoll/asana-graphs
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeyoll/asana-graphs
- Owner: aeyoll
- Created: 2016-07-27T06:06:34.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2016-08-20T08:04:45.000Z (over 8 years ago)
- Last Synced: 2024-11-01T23:25:12.420Z (about 2 months ago)
- Language: PHP
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Asana Graphs
=====A dashboard to view all your projects remaining tasks in multiple graphs.
## Installation
```
composer install
npm install
```Then, fill your `asana_client_token` and `asana_workspace_id`.
## Development
In one terminal, launch the PHP server (if you don't have one already)
```
$ php bin/console server:run
```In an other one (to build the assets with webpack)
```
$ npm run start
```## Build
To build your production assets
```
$ npm run build
```