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-05 23:09:30 +0300
committerHenk Verlinde <henk@ventizo.com>2020-11-05 23:09:30 +0300
commitc6ea4f3ae54e1c7b890dffb2243c0a81eb96b295 (patch)
tree0caaca0cdde0bfd63bb92d29fa9f7542b8f987b5 /README.md
parent81d7b1a5df91f238378723018a84d0dd4cd12dd5 (diff)
docs: update content
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index db8e921..827f401 100644
--- a/README.md
+++ b/README.md
@@ -40,23 +40,18 @@ git clone https://github.com/h-enk/doks.git my-doks-site
Install npm packages:
```bash
-# @ my-doks-site/
-$ npm install
+npm install
```
Start local development server:
```bash
-# @ my-doks-site/
-$ npm run start
+npm run start
```
### Other commands
-- `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 website
+Doks comes with [commands for most used tasks](https://getdoks.org/docs/prologue/commands/).
## Quick start