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.
- Host: GitHub
- URL: https://github.com/givanse/project-pulse
- Owner: givanse
- Created: 2018-06-28T16:39:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T06:49:41.000Z (about 7 years ago)
- Last Synced: 2025-02-14T23:18:43.149Z (12 months ago)
- Topics: blockchain, cryptocurrency, github
- Language: TypeScript
- Homepage: https://ccp.givan.se
- Size: 395 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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/)