Creating the Sealious playground template (npm init)

I very much am! :smiley:

First of all, the repository is hosted on GitHub - we host all Sealcode code on Sealhub. I’ve created a small repository using Module Starter · module-starter

https://hub.sealcode.org/source/create-sealious-app/

For ease of code review, please move the functionality that you’ve coded there into the new repository, commit the changes, and don’t push those - submit them for review following the Coding and review workflow.

The code uses typescript you need to run npm run build every time you make changes to TS code, or you can run npm run build -- --watch in a separate terminal to automatically build every time you make changes.

You can test your code without publishing it to npm, just by running the main executable with the node command.

cd /tmp
node /path/to/your/repo/lib/index.js

The repo that I’ve created for you contains the minimal amount of boilerplate, thanks to that it should be close to being as performant as possible :wink: