mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
362 B
362 B
Xecut Website
This project is built with the Eleventy static site generator.
Installation
Node.js is required.
- Install the packages:
npm i
- Start the dev server:
npm run serve
The site will be availible on http://localhost:8080/
- Use this command to build:
npm run build