xecut-site/README.md
2025-02-24 18:30:04 +01:00

421 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