• Stars
    star
    174
  • Rank 219,104 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A minimal 11ty starting point for building static websites with modern tools.

Deventy

A minimal 11ty starting point for building static websites with modern tools. Preferring the CLI of each development tool, allowing for an easier upgrade path.

Features:

Getting Started

Install all dependencies using npm:

$ nvm use
$ npm install

To Develop

$ npm run dev

And in debug mode:

$ npm run dev:debug

You can view the website at the given access URL:

$ light-server is listening at http://localhost:4000

The local url is configured in .lightserverrc

To Build

npm run build