From a72f3b85b5577d20fd4fb8e33f648cf20a46fd6f Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 24 Feb 2025 18:26:16 +0100 Subject: [PATCH] Add README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3d09d7 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Xecut Website + +This project is built with the [Eleventy static site generator](https://www.11ty.dev/). + +## Installation + +Node.js is required. + +1. Install the packages: + ```bash + npm i + ``` +2. Start the dev server: + ``` + npm run serve + ``` + The site will be availible on http://localhost:8080/ +3. Use this command to build: + ``` + npm run build + ```