Skip to content

designsystemscoalition/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design.Systems

This website is built using Eleventy. The styles are vanilla CSS and the templating is Nunjucks.

To install the project, use npm.

npm install

Local Development

To run Eleventy locally for development:

npm run dev

Build

To build the site using Eleventy:

npm run build