Website for Sansone Contracting and Design.

Built with Eleventy and Tailwind.

Installation & Development

Requires node v20+.

npm install

To start the local development server:

npm start

To build for production:

npm run build

Structure

Custom CSS can be added in ./src/css.

Images can be added in ./src/img and referenced like: <img src="/img/foo.jpg>

The main template that all pages use can be found in ./src/inc/main.html. Pages can be found at ./src/*.html (such as ./src/index.html for the home page).