Skip to content

plumpNation/creative-coding-course

Repository files navigation

creative-coding-course

Learning to use canvas to be creative, at long last. No react in sight! So far!

Install dependencies

make install

Create a new sketch

make new sketchName

Run existing sketch

There should be a specific make target for all existing sketches, prefixed with sketch-.

make sketch-lines

Why am I using make instead of package.json scripts directly?

It has tab completion. It is a single location to combine various scripts into that one location. It can document briefly what these targets do, easily.

Display the Makefile documentation.

make help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published