Code for the NextJS Course on Boolean Art.
The best way to play with the code is by using the "Play
Run the following to setup the packages
npm install
Then to play with a particular lesson code:
cd lessons/<lesson_directory>
npm run dev
And visit https://localhost:3000 ๐