This is mini web-app for rendering fractals with use of L-system.
You can try it here
For building you will need a Node.js.
After the installation of Node.js, first of all, set your current working directory to the root of this repository. After it, install all dependencies with the following command:
npm i -DAnd after it, if no errors were emitted, build web-app with the following command:
npm run buildIf no errors were emitted, you must have a built web-app in the ./dist/ folder.
For running you will need a Node.js.
After the installation of Node.js, first of all, set your current working directory to the root of this repository. After it, install all dependencies with the following command:
npm i -DAnd after it, if no errors were emitted, you can run web-app with the following command:
npm startIf no errors were emitted, a browser must open with running web-app. If browser didn't open automatically try to open this page.













