mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
Add README.md
This commit is contained in:
parent
9b407a5059
commit
a72f3b85b5
1 changed files with 21 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue