/gallery

Primary LanguageJavaScript

gallery

Installation

  1. Create your own .env:
  • cp .env.sample .env
  • Fill in the consumer key
  1. Create your own docker-compose.yml:
  • cp docker-compose.yml.sample docker-compose.yml
  • Fill in local path to your /src folder
  1. Build: docker-compose build

  2. Run: docker-compose up The application should be up on localhost:5000

  3. Add pre-commit.sh to your git hooks (Optional)