xecut-site/README.md
2025-02-24 18:27:33 +01:00

355 B

Xecut Website

This project is built with the Eleventy static site generator.

Usage

Node.js is required.

  1. Install the packages:
npm i
  1. Start the dev server:
npm run serve

The site will be availible on http://localhost:8080/

  1. Use this command to build:
npm run build