mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
A website for the Xecut hackspace.
https://xecut.me
- CSS 51.6%
- HTML 24.2%
- Nunjucks 15.3%
- JavaScript 8.4%
- Makefile 0.5%
| src | ||
| .editorconfig | ||
| .gitignore | ||
| eleventy.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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/ 3. Use this command to build:
npm run build