https://github.com/maui-r/cultivator
Explore the Lens Protocol Social Graph
https://github.com/maui-r/cultivator
graph-analysis lens lens-protocol social-graph
Last synced: 2 days ago
JSON representation
Explore the Lens Protocol Social Graph
- Host: GitHub
- URL: https://github.com/maui-r/cultivator
- Owner: maui-r
- License: mit
- Created: 2022-05-21T18:07:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T23:23:38.000Z (about 2 years ago)
- Last Synced: 2024-11-17T03:30:29.965Z (6 months ago)
- Topics: graph-analysis, lens, lens-protocol, social-graph
- Language: TypeScript
- Homepage: https://cultivator.cc/
- Size: 2.48 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lens-protocol - Cultivator - Explore the Lens Protocol Social Graph. (Projects / Open Source)
README
# Cultivator
[](http://commitizen.github.io/cz-cli/)
## Development
### Available Scripts
In the project directory, you can run:
#### `npm run lint`
Shows eslint errors.#### `npm run lint:fix`
Auto-fixes eslint errors.#### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.#### `npm test`
Launches the test runner in the interactive watch mode.#### `npm run build`
Builds the app for production to the `build` folder.#### `npm run cz`
Creates a commit message with [commitizen](https://github.com/commitizen/cz-cli) cli.#### `npm run codegen`
Generate types for GraphQL Queries and Mutations with [graphql-code-generator](https://www.the-guild.dev/graphql/codegen).