| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
|  |
| |
| ### What is [gremlint.com](https://gremlint.com)? |
| |
| [Gremlint](https://github.com/apache/tinkerpop/tree/master/gremlint) is a code formatting library which parses Gremlin queries and rewrites them to adhere to certain styling rules. |
| |
| [Gremlint.com](https://gremlint.com) is a website which utilizes the Gremlint library to give users an online "living" style guide for Gremlin queries. It also serves as a platform for showcasing the features of Gremlint. |
| |
| ### Give it a try! |
| |
| https://gremlint.com |
| |
| ## Available Scripts |
| |
| In the project directory, you can run: |
| |
| ``` |
| npm install |
| ``` |
| |
| Installs dependencies. |
| |
| ``` |
| npm start |
| ``` |
| |
| Runs the app in the development mode.\ |
| Open [http://localhost:3000](http://localhost:3000) to view it in the browser. |
| |
| The page will reload if you make edits.\ |
| You will also see any lint errors in the console. |
| |
| ``` |
| npm test |
| ``` |
| |
| Launches the test runner in the interactive watch mode.\ |
| See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. |
| |
| ``` |
| npm run build |
| ``` |
| |
| Builds the app for production to the `build` folder.\ |
| It correctly bundles React in production mode and optimizes the build for the best performance. |
| |
| The build is minified and the filenames include the hashes.\ |
| Your app is ready to be deployed! |
| |
| See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. |