Use this template to create your own repo.
Then implement your projects of Motoko Bootcamp Starter. 💪
Run specs and ensure you have green on your daily project ✅
Video walkthroughs:
English: https://www.loom.com/share/0743532e645e4334af7765239c8ff0b7
Spanish: https://www.loom.com/share/52019fd23bb245968836499d952b3d5c
English: https://www.loom.com/share/0b2ade90056944afad083ba5f3b07532
Spanish: https://www.loom.com/share/c0eeadbc613a4548868507c990e5dea3
For running specs, on a terminal:
npm run test:day1
npm run test:day2
...
npm run test
(for running all specs)
For running prettier:
npm run prettier