Default Viewer for oh-my-github, See Demo
Supported Browsers
- Chrome (Recommended)
- Safari
- Firefox
- IE 11+
See oh-my-github
- Edit
app/src
$ cd app
$ npm install
$ npm start -s
- Build src and Run it on localhost
$ npm run build
$ npm run open:dist
Modify theses fields in app/package.json
.
{
...
"name": "oh-my-github-viewer-default",
"version": "0.0.1",
"author": "1ambda",
"description": "",
"homepage": "https://github.com/oh-my-github/viewer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/oh-my-github/viewer.git"
},
"bugs": {
"url": "https://github.com/oh-my-github/viewer/issues"
},
...
}
Then publish it to NPM (See Also, Publishing NPM packages)
$ cd app
$ npm publish
Description | Library | Github |
---|---|---|
Boilerplate | react-slingshot | Github |
UI Layout Library | Materialize CSS | Github |
UI Component Library | Material UI | Github |
Apache 2.0