- Deno 1.44
- Run
deno task init
. It will createdata.ts
file where you will have to fill out. Filedata.ts
won't be commited to repository. It won't be also overwritten by calling init task again unless explicit confirmation. - Run app in one of two modes:
dev
- Rundeno task develop
to open browser with devtools to develop your resume.generate
- Rundeno task generate
to generate and save resume to pdf file.
Template has to contain few required files:
template.html
- simple html into which content will be injectedrender.tsx
- module exportingrender
function which will return content as astring
- Consider making it a Electron app?
- Handle svg
- Add hmr in dev mode somehow?