Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1004 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 1004 Bytes

Zero/11ty

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.

Getting Started

  1. Clone this repository:

    git clone [email protected]:dydric/zero-11ty.git
  2. Install the necessary dependencies:

    npm install
  3. Start the development server:

    npm run dev

    This will spin up a local server at localhost:8080 with hot-reloading enabled for rapid development.

  4. 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.

  5. Netlify development

    npm run netlify

    Runs a Netlify server with working functions. Please grant access with npx netlify login after installation


Start from zero, build something great