- Install deno:
# Mac and Linux
curl -fsSL https://deno.land/install.sh | shOther installation options exist too.
- Install Lume locally:
deno run -A https://deno.land/x/lume/install.tsdeno task builddeno task serveCreate a new post
./script/new-postCreate a new note ("what's on my mind")
./script/new-noteManual re-deploy
If something's messed up, this is new without having to do a content change.
./script/deployRun a function locally
npm install
npm run functionsAccess functions in functions/ as paths on http://127.0.0.1:8788/:function.