mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-09-01 04:11:51 +02:00
Added styling
This commit is contained in:
25
README.md
25
README.md
@@ -4,6 +4,31 @@ slim-wiki
|
||||
A slim wiki based on PHP and markdown
|
||||
|
||||
|
||||
|
||||
Build instructions
|
||||
------------------
|
||||
|
||||
Install grunt globally:
|
||||
|
||||
sudo npm install -g grunt-cli
|
||||
|
||||
Install grunt dependency in project:
|
||||
|
||||
cd src
|
||||
npm install
|
||||
|
||||
Build client:
|
||||
|
||||
cd src
|
||||
grunt
|
||||
|
||||
Build automatically on source changes (watch mode):
|
||||
|
||||
cd src
|
||||
grunt watch
|
||||
|
||||
|
||||
|
||||
Used libraries
|
||||
--------------
|
||||
|
||||
|
Reference in New Issue
Block a user