Skip to content

JavaScript compiler for Scratch 3, 2, and 1 projects.

License

Notifications You must be signed in to change notification settings

tomrow/forkphorus

 
 

Repository files navigation

forkphorus

forkphorus.github.io

A JavaScript/TypeScript compiler for Scratch 3, 2, and 1 projects. forkphorus is a fork of phosphorus.

Build Steps

You will need Git and Node.js.

git clone https://github.com/forkphorus/forkphorus.git
cd forkphorus
npm install

Start the development server with:

npm start

View the development server at http://localhost:8080/

Forkphorus is written in a mix of "vanilla" JavaScript and TypeScript. Most interface code is JavaScript, but the forkphorus runtime, compiler, and project player are written in TypeScript. The TypeScript files are in the src folder and changes automatically trigger rebuilds while the development server is running.

License

Unless stated otherwise (there are exceptions), files in this repository are MIT Licensed.

About

JavaScript compiler for Scratch 3, 2, and 1 projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.1%
  • HTML 17.0%
  • JavaScript 11.5%
  • CSS 2.4%