mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
24 lines
509 B
Markdown
24 lines
509 B
Markdown
# 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.
|