Public Access
1
0
Files
11ty-site/README.md
2025-09-08 10:43:52 -04:00

919 B

My Eleventy Project

This is a personal portfolio and blog website built with Eleventy.

Project Screenshot

Built With

Getting Started

To get a local copy up and running, follow these simple steps.

Installation

  1. Clone the repo:
    git clone https://github.com/IronicallyJesus/11ty-site.git
    
  2. Navigate into the project directory:
    cd 11ty-site
    
  3. Install NPM packages:
    npm install
    

Usage

To start the development server with live-reloading:

npm start

Open http://localhost:8080 to view it in the browser.

To build the site for production:

npm run build

The production-ready files will be in the _site directory.