An open API service indexing awesome lists of open source software.

https://github.com/jonathanchu/docketgtd.com

Marketing site for Docket — GTD productivity tools for Emacs and iOS
https://github.com/jonathanchu/docketgtd.com

astro emacs getting-things-done gtd ios marketing-site productivity

Last synced: 3 months ago
JSON representation

Marketing site for Docket — GTD productivity tools for Emacs and iOS

Awesome Lists containing this project

README

          

* docketgtd.com

[[https://app.netlify.com/projects/docketgtd/deploys][https://api.netlify.com/api/v1/badges/0e64f87d-6951-4389-bb19-c78c088c1392/deploy-status.svg]]

Marketing site for [[https://github.com/jonathanchu/docket][Docket]], a GTD productivity ecosystem.

- *Docket* — a batteries-included Emacs package for todos and GTD workflows (open source)
- *Docket App* — a companion iOS app (coming soon)

Built with [[https://astro.build][Astro]], deployed on [[https://www.netlify.com][Netlify]].

** Development

#+begin_src sh
npm install
npm run dev
#+end_src

Dev server runs at =http://localhost:4321=.

** Build

#+begin_src sh
npm run build
#+end_src

Output goes to =dist/=.

** Deployment

Deploys automatically via Netlify on push. =netlify.toml= handles build config and redirects =getdocketapp.com= to =docketgtd.com=.