The frontend app for the Outpainting Project.
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 |
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
To run the app in a Docker container, run the following command
docker compose up -d
For the hosting instructions, see Outpainting Hosting. It describes how to host the project together with the Outpainting API.