Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widged/SOT-skills-report
Repository for Summer of Tech skills report.
https://github.com/widged/SOT-skills-report
Last synced: 21 days ago
JSON representation
Repository for Summer of Tech skills report.
- Host: GitHub
- URL: https://github.com/widged/SOT-skills-report
- Owner: widged
- License: mit
- Created: 2015-08-28T01:04:24.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-10-14T07:37:43.000Z (about 9 years ago)
- Last Synced: 2024-11-01T10:35:44.661Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://widged.github.io/SOT-skills-report/
- Size: 11 MB
- Stars: 7
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - SOT-skills-report - Repository for Summer of Tech skills report. (JavaScript)
README
# 'Summer of Tech' Skills Report Challenge
This github project was created to support and centralize the efforts of the group taking on the Skills Report challenge at the August 2015 [Wellington Data for Good](http://www.meetup.com/Hack-Miramar/events/224192543) meetup.
[Group notes](https://docs.google.com/document/d/10ujvjJXDAXYKTz_-oU6z2l22B4H0dNfFn1DTSdHoe3c/edit?pli=1) on Google Docs.
Please ask [@widged](https://twitter.com/widged) for the sharing link if you are part of Wellington Data for Good and keen to contribute.
## Install dependencies
cd SOT-skills-report
npm install## Test
cd SOT-skills-report
npm run unittest## Deploy (transpile to es5)
Babel and webpack are used for transpiling. Instructions on how to install webpack and babel can be found at: http://www.2ality.com/2015/04/webpack-es6.html
cd SOT-skills-report
webpack
open dist/index.html