Skip to content

jscraftcamp/logo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

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.

Install/setup, via nix - for local development

The project can be built and run locally using nix, to reproduce the environment.

  1. Make sure to have nix installed (see nixos.org/nix) and then
  2. cd <project-dir>
  3. run nix-shell and you should have the environment up and running
  4. install all node modules using npm install
  5. prove that it works, npm test
  6. now you have a shell with a deterministic environment (incl. node version)