Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 499 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 499 Bytes

one document a day (odad)

https://meinstein.github.io/odad

# start simple dev server with live reload capability
npx live-server --port=1234

# make a new document
deno run --allow-read --allow-write scripts/new-document.ts --date=YYYY/MM/DD

# make a new piece of context
deno run --allow-read --allow-write scripts/new-context.ts --date=YYYY/MM/DD --type=article

# build root index.html
deno run --allow-read --allow-write scripts/build-index.ts