diff --git a/README.md b/README.md index 3717aa0..411b8ba 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # About Comunic Website ========================= -Website that present Comunic based on Jekyll and Jeky New Age. +Website that present Comunic. The site is based on Jekyll and the Jeky New Age theme. + +## Run the site locally +* Jekyll is required. Install it using `apt install jekyll` or `npm install jekyll` +* Run the following command: `jekyll serve -w` +* Open your browser at http://127.0.0.1:4000/ \ No newline at end of file