Implement initial technology plan #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Get a simple three.js hello world type of app running, with code, external dependencies, documentation, building, deployment, and testing all operating as described in doc/tech.md
OK, wrote a gadget to generate the externals.js module loader. Next up: get the build system using npm working.
OK, a primitive build system is working via
npm run build
. next up: generate the documentation, assembling it into a monolithic dyna3.md file, and compiling it into dyna3.html in the site directory when building.OK, a first pass at documentation generation is now working. next up: try deploying to studioinfinity.org
Here's the built site for deployment.
Ok indeed, if I unzip that built site into a directory in the top level of the htdocs directory on studioinfinity.org, then browsing to that directory works. Last step: get some kind of tests started.
OK, all of the elements are in place. Closing (and ready to release 0.1.0).