diff --git a/README.md b/README.md index 1393a87..89e2591 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,18 @@ This project is built using the [Eleventy static site generator](https://www.11t Node.js is required. 1. Install the dependencies: - ```bash - npm install - ``` + ```bash + npm install + ``` 2. Start the development server: - ```bash - npm run serve - ``` - The site will be available at [http://localhost:8080/](http://localhost:8080/). + ```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. + ```bash + npm run build + ``` + The generated website will be placed in the `/build` directory.