Skip to content

DesModder/DesModder-website

Repository files navigation

title
DesModder Website

This repository is the website to be deployed at desmodder.com.

This is an Eleventy project.

Build Site Locally

  1. Install Node
  2. Run npm run dev
  3. See the site at http://localhost:8080

You sometimes have to run npm run clean: Eleventy doesn't delete files that should no longer exist.