A svelte-powered app to make extensions for PenguinMod with blockly
This is a forked version fo extforge where ill add some new blocks and experements and stuff. This is really just to get the app unblocked on my school's chromebooks as the original version of this app used github.io to host it wich is blocked for us. If you have any sugjestions of blocks you want me to add open a forum on ArkIDE Forums
Once you've created a project and installed dependencies with npm install -f (or pnpm install -f or yarn -f), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.