xecut-site/README.md
2025-02-24 18:35:20 +01:00

487 B

Xecut Website

This project is built using the Eleventy static site generator.

Usage

Node.js is required.

  1. Install the dependencies:
npm install
  1. Start the development server:
npm run serve

The site will be available at http://localhost:8080/.

  1. Use this command to build the project:
npm run build

The generated website will be placed in the /build directory.