This project showcases a full presentation on Agro-Geoecology, with an introductory slide from a separate presentation about the Newton-Raphson Method. Both presentations utilize q5.js, a lightweight alternative to p5.js, for canvas animations.
I really can recommend reveal.js as a fun, interactive, full-control, effective, ... presentation-framework!
npm install
To build the project, use the following command:
npm run build
--dl
: Downloads hotlinked images before the build process.--prod
: Uses webpack in production mode.
You can use these optional parameters like this:
npm run build -- --dl --prod
To start the development server, use the following command:
npm run dev
This will start the webpack-development server with hot-reloading enabled.
Once the container runs, it listens on http://localhost:7823/
docker compose -f docker-compose.dev.yaml up
When using docker in dev-mode, be sure to mount volumes to the container from a linux environment!, ... else feel free to add polling to webpack.
docker compose -f docker-compose.prod.yaml up
When using bun via bun run
it actually uses node.js nevertheless in this case.
See bun --bun run
- errors