Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 421 Bytes
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.