From 559ed8e90897ac7df7bd7f9ec27814bf855739a9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 26 Dec 2020 21:27:02 +0000 Subject: [PATCH] Add README.rst --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..2f12da6 --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +Florida DrupalCamp Tailwind CSS Workshop +######################################## + +Local web server +================ + +Run the following command to start a local web server. Going to that URL in your browser should show you the example page. + +.. code:: + + php -S 127.0.0.1:8000 -t public