Skip to content

Commit 92a59d1

Browse files
committed
Update README.md
1 parent 713e019 commit 92a59d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ See our [full documentation](http://silktide.com/tools/cookie-consent/docs/).
1818

1919
Feel free to improve the plugin and send us a pull request.
2020

21+
The easiest way to develop is to host the files with a local webserver. I.e.
22+
```
23+
python -m SimpleHTTPServer
24+
```
25+
2126
We use gulp to compile scss and minify the javascript. Assuming [nodejs](http://nodejs.org/) is installed, you can run a build with:
2227

2328
```sh

0 commit comments

Comments
 (0)