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-04-20 02:10:17 +02:00
src parts: hero: mobile fixes 2025-04-20 02:10:17 +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: wrapper for Markdown tables 2025-02-28 16:52:32 +01:00
package-lock.json css: add normalize.css 2025-02-18 00:59:30 +01:00
package.json css: add normalize.css 2025-02-18 00:59:30 +01: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.