Zero/11ty is an Eleventy V3 starter kit designed to help you kickstart your static site projects with zero bloat. It's a clean, minimal setup, giving you the flexibility to build the way you want.
-
Clone this repository:
git clone [email protected]:dydric/zero-11ty.git
-
Install the necessary dependencies:
npm install
-
Start the development server:
npm run dev
This will spin up a local server at
localhost:8080
with hot-reloading enabled for rapid development. -
Build the site for production:
npm run build
This command will generate a fully static, production-ready version of your site in the
_site
folder. -
Netlify development
npm run netlify
Runs a Netlify server with working functions. Please grant access with
npx netlify login
after installation