This repo contains the logo for JSCraftCamp. Find the source on github and feel free to send PRs for any inspiration like a better animation or anything. We love to get helping hands.
The logo (since 2017) is built using Bonsai, a SVG animation library.
The project can be built and run locally using nix, to reproduce the environment.
- Make sure to have nix installed (see nixos.org/nix) and then
cd <project-dir>
- run
nix-shell
and you should have the environment up and running - install all node modules using
npm install
- prove that it works,
npm test
- now you have a shell with a deterministic environment (incl. node version)