0.0.4 • Published 8 years ago

oh-my-github-viewer-default v0.0.4

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
8 years ago

Viewer

Default Viewer for oh-my-github, See Demo

Supported Browsers

  • Chrome (Recommended)
  • Safari
  • Firefox
  • IE 11+

Usage

See oh-my-github

Customization

  1. Edit app/src
$ cd app
$ npm install
$ npm start -s
  1. Build src and Run it on localhost
$ npm run build
$ npm run open:dist

Register your customized viewer to NPM

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

Contributors

Library

DescriptionLibraryGithub
Boilerplatereact-slingshotGithub
UI Layout LibraryMaterialize CSSGithub
UI Component LibraryMaterial UIGithub

License

Apache 2.0