mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
487 B
487 B
Xecut Website
This project is built using the Eleventy static site generator.
Usage
Node.js is required.
- Install the dependencies:
npm install
- Start the development server:
npm run serve
The site will be available at http://localhost:8080/.
- Use this command to build the project:
npm run build
The generated website will be placed in the /build directory.