Add README.md

This commit is contained in:
He4eT 2025-02-24 18:26:16 +01:00
commit a72f3b85b5

21
README.md Normal file
View file

@ -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
```