Skip to content

defaultcf/vgif

Repository files navigation

VGIF

Test

VTuberのAnimated GIFを共有するウェブアプリケーション。

Requirement

  • Ruby ~> 2.6.6

  • Node.js ~> 10.15.2

  • PostgreSQL ~> 12.2

  • GoogleChrome >= 3.141.59 (For E2E test)

  • Docker >= 19.03.8-ce

  • docker-compose >= 1.25.5

Development

With Docker, it's easy to develop.

docker-compose up -d
docker-compose exec rails rails db:setup

After this, you can access http://localhost:3000 and start development.