Skip to content

mateusdigital/demo-simple-tree

Repository files navigation

simple-tree

Made with <3 by mateus.digital

Latest release GitHub package.json version GitHub commit activity Stars GitHub License Website

Description:

Simple Tree is a creative experience using L-System trees.

You can check it live here.

As usual, you are very welcomed to share and hack it.

Share Share Share Share Share Star

Dependencies:

  • pwsh - build scripts (optional)
  • nodejs - for development (optional)

Building:

git clone https://github.com/mateusdigital/demo-simple-tree
cd simple-tree
./build-clean.ps1             ##  Cleans temporary directories (_build, _dist, _out) to reset the project state.
./build-demo.ps1              ##  Builds the web demo, updates version info, and prepares files.
./build-project-web-page.ps1  ##  Copies the web release build to the ./_out directory for deployment.
./generate-release-zip.ps1    ##  Packages builds into versioned ZIP archives in ./_dist.
./deploy-project-web-page.ps1 ##  Deploys the web page to a remote server using rsync.

## All above are available as targets for npm run ...

Running:

Just open the index.html

License:

This software is released under GPLv3.

Others:

There's more FLOSS things at mateus.digital :)