Skip to content

jokeum/moda-landing

Repository files navigation

moda-landing

The static generated landing page for moda.

Development

  1. Install Deno e.g. pacman -S deno
  2. deno task serve
  3. (optional)
    • Install Lume by deno run -A https://deno.land/x/lume/install.ts
    • Add export PATH="/home/username/.deno/bin:$PATH" to your shell env e.g. .zshrc, then source ~/.zshrc
    • lume --serve

Reference