https://github.com/he4et/xecut-site
A website for the Xecut hackspace.
https://github.com/he4et/xecut-site
Last synced: 8 months ago
JSON representation
A website for the Xecut hackspace.
- Host: GitHub
- URL: https://github.com/he4et/xecut-site
- Owner: He4eT
- Created: 2025-02-24T17:17:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-03T00:24:49.000Z (about 1 year ago)
- Last Synced: 2025-05-03T01:38:41.756Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xecut Website
This project is built using the [Eleventy static site generator](https://www.11ty.dev/).
## Usage
Node.js is required.
1. Install the dependencies:
```bash
npm install
```
2. Start the development server:
```bash
npm run serve
```
The site will be available at [http://localhost:8080/](http://localhost:8080/).
3. Use this command to build the project:
```bash
npm run build
```
The generated website will be placed in the `/build` directory.