mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
21 lines
360 B
Markdown
21 lines
360 B
Markdown
# Xecut Website
|
|
|
|
This project is built with the [Eleventy static site generator](https://www.11ty.dev/).
|
|
|
|
## Installation
|
|
|
|
Node.js is required.
|
|
|
|
1. Install the packages:
|
|
```bash
|
|
npm i
|
|
```
|
|
2. 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
|
|
```
|