Implement initial technology plan #1
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
todo
ui
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: glen/dyna3#1
Loading…
Add table
Reference in a new issue
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).