Skip to content

Instantly share code, notes, and snippets.

@StefansArya
Created April 19, 2022 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StefansArya/b0546f20b03fc256e55f4b961b588989 to your computer and use it in GitHub Desktop.
Save StefansArya/b0546f20b03fc256e55f4b961b588989 to your computer and use it in GitHub Desktop.
Import Blackprint Editor into Repl.it

Repl.it => https://replit.com/


First, you need to create a new project with Node.js runtime. Clone https://github.com/Blackprint/Blackprint.

Open the Console/Shell and let's clone the submodule

$ git clone --depth 1 --recurse https://github.com/Blackprint/engine-js ./engine-js
$ git clone --depth 1 --recurse https://github.com/Blackprint/blackprint.github.io ./editor
$ git clone --depth 1 --recurse https://github.com/Blackprint/remote-control ./remote-control

# You can replace this template with your own module
$ git clone --depth 1 --recurse https://github.com/Blackprint/template-js ./nodes/your-module-name

After that, you can press the Run button on Repl.it to start the compiler and server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment