Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 711 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 711 Bytes

🍣 Osushi

image

image

Features

  • ✨ Generating images from code snippets
  • 🔥 Easy sharing on Twitter
  • ⭐️ Easy sharing on Gist

Setup

  • Node.js v12.x
cp .env.example .env.local
docker-compose build
docker-compose run --rm app yarn install
docker-compose up -d

Husky Setup

yarn husky install