Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 362 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 362 Bytes

PyJailBreak frontend

Install & Build

yarn
yarn build && yarn export

Start Server for localhost

# Please pre-build.
cd out

# for Python User
python -m http.server 3000
# for PHP User
php -S localhost:3000

Develop

yarn prepare
yarn develop