https://github.com/grassedge/nichrome
2ch browser
https://github.com/grassedge/nichrome
Last synced: over 1 year ago
JSON representation
2ch browser
- Host: GitHub
- URL: https://github.com/grassedge/nichrome
- Owner: grassedge
- Created: 2013-10-15T15:10:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T05:31:14.000Z (over 11 years ago)
- Last Synced: 2025-01-29T04:17:40.605Z (over 1 year ago)
- Language: JavaScript
- Size: 766 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nichrome
========
2ch browser
# build
```sh
$ npm install -g grunt-cli # if you haven't installed
$ npm install -g tsd # if you haven't installed
$ npm install
$ cd src
$ tsd install jquery jqueryui
$ cd ..
$ grunt
```