From 23fe2d68cdbb308646eaf3780016e7f4162bfd8e Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 24 Feb 2025 18:30:04 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fb28757..fa290e6 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ # Xecut Website -This project is built with the [Eleventy static site generator](https://www.11ty.dev/). +This project is built using the [Eleventy static site generator](https://www.11ty.dev/). ## Usage Node.js is required. -1. Install the packages: +1. Install the dependencies: ```bash - npm i + npm install ``` -2. Start the dev server: - ``` +2. Start the development server: + ```bash npm run serve ``` - The site will be availible on http://localhost:8080/ + The site will be available at [http://localhost:8080/](http://localhost:8080/). -3. Use this command to build: - ``` +3. Use this command to build the project: + ```bash npm run build ```