The name Tush is derived from 图设 (Tú Shè), which means "Image Design" in Chinese. Tush is an image toolbox that can perform various image processing tasks.
# Create .env file based on .env.base (fill in github keys)
cp .env.base .env
# Start local services (s3, lambda, postgres)
docker compose up -d
# Push database schema
npm install
npx drizzle-kit push
# Start app on localhost:3000
npm run dev
