mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +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 using the Eleventy static site generator.
Usage
Node.js is required.
- Install the dependencies:
npm install
- Start the development server:
npm run serve
The site will be available at http://localhost:8080/.
- Use this command to build the project:
npm run build