Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warelab/gramoogle
Gramene Search Interface
https://github.com/warelab/gramoogle
gramene gramene-search reactjs
Last synced: 20 days ago
JSON representation
Gramene Search Interface
- Host: GitHub
- URL: https://github.com/warelab/gramoogle
- Owner: warelab
- License: mit
- Created: 2015-01-23T14:37:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:24:34.000Z (about 2 years ago)
- Last Synced: 2024-06-11T16:41:32.618Z (7 months ago)
- Topics: gramene, gramene-search, reactjs
- Language: CSS
- Size: 3.94 MB
- Stars: 0
- Watchers: 18
- Forks: 4
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gramoogle
Gramene Search Interface
[![Build Status](https://travis-ci.org/warelab/gramoogle.svg?branch=master)](https://travis-ci.org/warelab/gramoogle)## Install
1. `npm install`
2. `npm install -g live-server`
3. `npm install -g grunt-cli`## View/run with live recompile/refresh
1. In one terminal window, with wd project root:`grunt`
This command builds the .js and .css files. It also watches for changes and updates those files while you work.
2. In another, with wd project root:
`cd build`
`live-server`This runs a server that watches the files generated by grunt and injects a doodad into the page to cause a refresh whenever the files change
3. In your browser, go to [127.0.0.1:8080](http://127.0.0.1:8080)## Development Policies
Please read [this document on working with this repository](DEVELOPMENT.md)