mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
509 B
509 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 serveThe site will be available at http://localhost:8080/.
-
Use this command to build the project:
npm run buildThe generated website will be placed in the
/builddirectory.