Github Profiles

Getting started

Clone and Install

After cloning the repo, run:

$ yarn && yarn lerna bootstrap

$ yarn lerna run dev --stream --scope @github-profiles/web

Running with docker:

$ yarn

$ docker-compose up web

If you want to instantiate storybook container as well, just remove web parameter from docker-compose command.