A website for the Xecut hackspace. https://xecut.me
  • CSS 51.6%
  • HTML 24.2%
  • Nunjucks 15.3%
  • JavaScript 8.4%
  • Makefile 0.5%
Find a file
2025-05-01 00:41:32 +02:00
src funds: ru: update titles 2025-05-01 00:41:32 +02:00
.editorconfig Add .editorconfig 2025-02-13 14:01:31 +01:00
.gitignore .gitignore: update 2025-02-13 14:51:05 +01:00
eleventy.config.mjs 11ty: add custom filters 2025-04-30 23:24:42 +02:00
package-lock.json css: replace normalize.css with modern-normalize 2025-04-20 03:03:47 +02:00
package.json css: replace normalize.css with modern-normalize 2025-04-20 03:03:47 +02:00
README.md Update README.md 2025-02-24 18:37:50 +01:00

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.