Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2020-11-04 18:01:18 +0300
committerHenk Verlinde <henk@ventizo.com>2020-11-04 18:01:18 +0300
commita9aa6ab1af1ef5c8619dd3d7c64d96d5a21d956c (patch)
treef0430b5d262087d9b46e5f473b6c2ce1ddba907c /README.md
parentd0bcf8d69dfd2d28d9f603945efc37a64b8b529b (diff)
docs: update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ca708d2..939cf6c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Six reasons why you should use Doks:
Make sure all dependencies have been installed:
- [Hugo](https://gohugo.io/) >= 0.75.0/extended
-- [Node.js](https://nodejs.org/) >= 14.15.0 (needed to install npm packages and run scripts
+- [Node.js](https://nodejs.org/) >= 14.15.0 (needed to install npm packages and run scripts)
## Get started
@@ -44,7 +44,7 @@ Install dependencies:
$ npm install
```
-Build development theme with live reloading and injection:
+Start local development server:
```bash
# @ my-doks-site/
@@ -56,7 +56,7 @@ $ npm run start
- `npm run lint:styles` - Check Sass for errors
- `npm run lint:scripts` - Check JavaScript for errors
- `npm run clean` - Delete temporary directories
-- `npm run build` - Build production theme
+- `npm run build` - Build production website
## Quick start