More glitches than ever!
Pull requests for any purpose are more than welcome.
Make sure you have Node.js and Yarn (1.x) properly installed, then install dependencies with
yarn
You can then use
yarn dev
to start up the development server.
yarn build:ui
should get you a fresh dist/index.html
.
NOTE: The standalone library is not necessarily maintained, but the option to build it still remains.
yarn build:lib
should get you dist/libglitch
, which exposes Glitch
as a global JS object.
GitHub Actions automatically builds and deploys the master
branch to https://akx.github.io/glitch2/ .