mirror of
https://github.com/penpot/penpot.git
synced 2026-01-29 00:31:45 -05:00
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
corepack enable;
|
|
corepack install;
|
|
pnpm install;
|
|
pnpx playwright install chromium;
|