Skip to content

a version of extforge for arkide (this is mostly just so i can use it on my chromebook wich has github blocked lol)

Notifications You must be signed in to change notification settings

The-ArkIDE-Project/extforge

 
 

Repository files navigation

extforge

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

Developing

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 -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

a version of extforge for arkide (this is mostly just so i can use it on my chromebook wich has github blocked lol)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • Svelte 27.8%
  • Other 1.4%