Penpot
Penpot is the only design & prototype platform that is deployment agnostic. You can use it or deploy it anywhere.
Getting Started
- Create a folder and move to the folder
mkdir penpot && cd penpot
- Download
docker-compose.yml
wget https://raw.githubusercontent.com/penpot/penpot/main/docker/images/docker-compose.yaml
- Start the service using docker compose.
docker compose up -d
- Wait a minute for the containers to start up, then visit http://localhost:9001 to access the Penpot.
Note: "Bad Gateway" error may occur because the containers are not ready yet. After a minute, the error will disappear.