Tucker McKnight <tmcknight@instructure.com> | Sun Mar 08 2026
readme instructions
9 10
- A slightly different color scheme
- [design-board.html](demo/design-board.html)
- Different idea for the default template's look, which eventually became what I went with9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
- A slightly different color scheme
- [design-board.html](demo/design-board.html)
- Different idea for the default template's look, which eventually became what I went with
Building this:
Right now the only thing that needs to run is `sass`. The .html files expect a CSS
file to be in `css/design-board.css`. The `npm run sass` script does this. So, run:
- `npm install` to make sure sass is installed
- `npm run sass`
Then you'll be able to just open any of the .html files here in a browser.
**Note: If you installed your browser using a flatpak, it won't be able to see the
local CSS files because of how they restrict accesst to your local files. While this
is very cool, it can be kind of inconvenient for local HTML/CSS development.**