Build instructions and documentation for Shed.
git clone shed
cd shed
npm install
node build/npm/postinstall.ts
npx gulp vscode-darwin-arm60
The built app will be in out/Shed-darwin-arm64/Shed.app.
Shed can run as a web app:
npx gulp vscode-web
node resources/server/web-dev.js
Open http://localhost:8000.
For Linux and Windows builds, see the full build instructions in the repository.
npx gulp vscode-linux-x64
npx gulp vscode-win32-x64
Get support or back to home.