mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 09:27: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 | ||
| Makefile | ||
| 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 serveThe site will be available at http://localhost:8080/.
-
Use this command to build the project:
npm run buildThe generated website will be placed in the
/builddirectory.