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

https://github.com/givanse/project-pulse

Aggregated stats for Github projects.
https://github.com/givanse/project-pulse

blockchain cryptocurrency github

Last synced: 10 months ago
JSON representation

Aggregated stats for Github projects.

Awesome Lists containing this project

README

          

# project-pulse

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Yarn](https://yarnpkg.com/en/)
* [Ember CLI](https://ember-cli.com/)

## Installation

* `git clone ` this repository
* `cd project-pulse`
* `yarn`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

### Building

* `ember build` (development)
* `ember build --environment production` (production)

### Testing

* `ember test --server`
* Run the tests at [http://localhost:7357](http://localhost:7357).

## Further Reading / Useful Links

* [glimmerjs](http://github.com/tildeio/glimmer/)
* [ember-cli](https://ember-cli.com/)