We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c41e75 commit b18a36fCopy full SHA for b18a36f
1 file changed
docs/readme.md
@@ -1,8 +1,26 @@
1
# Twill docs
2
3
-## Install
+## Prerequisites
4
5
-To compile and serve the docs site at `http://localhost:8000/` run at the ROOT of `/twill`
+You must already have installed node & php dependencies:
6
+```
7
+npm i
8
+composer install
9
10
+
11
+## View in browser
12
13
+To compile and serve the docs site, run:
14
15
+npm run docs
16
17
18
+then go to `http://localhost:8000/docs`
19
20
21
+## Other commands
22
23
+To serve docs:
24
```
25
./vendor/bin/testbench twill:staticdocs:serve
26
0 commit comments