fernandomg / graph-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Docs

Run locally

  1. Clone the repo
git clone git@github.com:graphprotocol/graph-docs.git
  1. Change into the repository and install the dependencies
cd graph-docs

yarn
  1. Start the server
yarn start

Run a production docker container:

yarn docker:build
yarn docker:up

This mounts nginx.conf file into the container for quick debugging. Stop the container using ctrl+c and do docker:up again to reload nginx.conf changes.

App is available at http://localhost:5000

Deploying

  • Staging: on any commit to the main branch
  • Production: on any v* tag:
    git tag v1
    git push --tags

About


Languages

Language:SCSS 51.7%Language:JavaScript 41.5%Language:Shell 2.7%Language:HCL 2.7%Language:Dockerfile 1.4%