Skip to content

anze3db/hipster-frame

Repository files navigation

Hipster Frame CircleCI codecov

Set up dev environment

# Create a local docker-compose.yaml file and add the Instagram API keys:
$ cp docker-compose.override.yml{.example,} && vim docker-compose.override.yml
# Run the app (it will be available on localhost:8080):
$ docker-compose up

Running tests

# Run continuous test runner for api:
$ docker-compose run api ptw
# Run pylint for api:
$ docker-compose run api pylint src
# Run continuous test runner for frontend:
$ docker-compose run frontend npm test -- --watch