Skip to content

SimonGuethler/outpainting-app

Repository files navigation

Outpainting App

The frontend app for the Outpainting Project.

Keyboard Shortcuts

Key Action
A Slow scroll left
D Slow scroll right
S Stop scrolling
Q Jump to left edge
E Jump to right edge
T Toggle dev bar
G Toggle outlines
<- Jump left
-> Jump right

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Docker

To run the app in a Docker container, run the following command

docker compose up -d

Hosting

For the hosting instructions, see Outpainting Hosting. It describes how to host the project together with the Outpainting API.