diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -9,7 +9,12 @@ Ruby's [bundler](http://bundler.io/) is required to set up the blog. Follow the ## Work on the blog -I don't really care about a clean history for the blog. +I don't really care about a clean history for the blog. While writing an article, there's a couple +of useful commands: + ++ `make server`: will start a server on http://localhost:3001 ++ `make build`: will build the static site ++ `make clean`: will delete all the generated files ## Write an article |
