Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-25 | feat: Add test to generate function | gabrielgio | |
Add testing for `generate` rust function. That function is pretty much the whole bussiness logic of the application and as far as I can see the only one worth testing. | |||
2022-03-25 | ref: Pack bulman.css | gabrielgio | |
Add `bulma.min.css` file to be copied when bundling `www` project. | |||
2022-03-25 | feat: Add initial draft for rust wasm | gabrielgio | |
It adds the initial tooling for build and publishing a static site with wasm. The generate code is barebones, that is just a PoC for tooling, later I'll add proper code logic and test for it. |