From 396bf170ee807e98291ea7740c59a30018a74da4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 22 Jul 2018 19:50:25 +0100 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index da487c4..aa5c556 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ # Cardiff BJJ website + +Built with [Sculpin][0] and [Tailwind CSS][1] by [Oliver Davies][2]. +Hosted on [Netlify][3]. + +## Install + +```bash +$ composer install +``` + +## Build + +```bash +vendor/bin/sculpin generate --watch --server +``` + +Your newly generated clone is now accessible at `http://localhost:8000`. + +[0]: https://sculpin.io +[1]: https://tailwindcss.com +[2]: https://www.oliverdavies.uk +[3]: https://www.netlify.com