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-02-24 18:26:51 +01:00
src menu: hovered links 2025-02-24 18:16:07 +01: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 base.css: smooth scroll 2025-02-19 02:32:06 +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:26:51 +01:00

Xecut Website

This project is built with the Eleventy static site generator.

Installation

Node.js is required.

  1. Install the packages:
npm i
  1. Start the dev server:
npm run serve

The site will be availible on http://localhost:8080/

  1. Use this command to build:
npm run build