Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-26 | update dependencies | Daniel Schadt | |
2023-04-23 | update dependencies | Daniel Schadt | |
2023-03-24 | move (most of the) JavaScript code to TypeScript | Daniel Schadt | |
Yay, types! (And a lot of escape hatches) | |||
2023-03-22 | use sass for the CSS files | Daniel Schadt | |
2023-03-22 | use npm to manage Javascript libraries | Daniel Schadt | |
I'm not the biggest fan of combining many package managers, but the JavaScript libraries (Bootstrap, Bootstrap-Icons, later the @types modules and Leaflet) are easy to get via npm, so maybe we can use that to our advantage and have npm at least download them. |