Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lafikl/perfBar
https://github.com/lafikl/perfBar
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lafikl/perfBar
- Owner: lafikl
- License: mit
- Created: 2014-07-30T23:19:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T11:30:46.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T21:02:55.215Z (15 days ago)
- Language: JavaScript
- Homepage: http://lafikl.github.io/perfBar/
- Size: 377 KB
- Stars: 1,095
- Watchers: 31
- Forks: 35
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Documentation](http://lafikl.github.io/perfBar/)
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/lafikl/perfBar?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Contribution & Build
===============
The source is under the `lib` dir, do your changes to the files under that directory.
The `build` should NOT be changed by hand, because browserify will override your changes.**To build the src:**
- `cd` to the project root directory
- First install the dependencies by running `$ npm install`
- `$ npm run build`
- And that's it!