Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensquare-network/subquery-test
https://github.com/opensquare-network/subquery-test
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensquare-network/subquery-test
- Owner: opensquare-network
- Created: 2021-05-27T08:19:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T09:22:58.000Z (over 3 years ago)
- Last Synced: 2024-11-11T03:30:14.962Z (2 months ago)
- Language: JavaScript
- Size: 8.45 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# subquery-test
## Start subquery
```
cd query
``````
yarn install
```#### Code generation
In order to index your SubQuery project, it is mandatory to build your project first.
Run this command under the project directory.```
yarn codegen
```#### Build the project
In order to deploy your SubQuery project to our hosted service, it is mandatory to pack your configuration before upload.
Run pack command from root directory of your project will automatically generate a `your-project-name.tgz` file.```
yarn build
```#### Run required systems in docker
```
yarn start
```Open your browser and head to http://localhost:3000
## Start react
```
cd site
yarn install
yarn start
```