mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
Update README.md
This commit is contained in:
parent
58f5fe8565
commit
1d92374aec
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
|
@ -7,18 +7,18 @@ This project is built using the [Eleventy static site generator](https://www.11t
|
||||||
Node.js is required.
|
Node.js is required.
|
||||||
|
|
||||||
1. Install the dependencies:
|
1. Install the dependencies:
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Start the development server:
|
2. Start the development server:
|
||||||
```bash
|
```bash
|
||||||
npm run serve
|
npm run serve
|
||||||
```
|
```
|
||||||
The site will be available at [http://localhost:8080/](http://localhost:8080/).
|
The site will be available at [http://localhost:8080/](http://localhost:8080/).
|
||||||
|
|
||||||
3. Use this command to build the project:
|
3. Use this command to build the project:
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
The generated website will be placed in the `/build` directory.
|
The generated website will be placed in the `/build` directory.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue