xecut-site/README.md
2025-02-24 18:37:50 +01:00

509 B

Xecut Website

This project is built using the Eleventy static site generator.

Usage

Node.js is required.

  1. Install the dependencies:

    npm install
    
  2. Start the development server:

    npm run serve
    

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

  3. Use this command to build the project:

    npm run build
    

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