From 336fd3f7566c7872c17b30f7cd150e1d16899205 Mon Sep 17 00:00:00 2001 From: sptaule Date: Mon, 24 Jan 2022 18:36:50 +0100 Subject: First commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d9368f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Garage Website + +## Setup + +- Install Zola with `pacman -S zola` +- Clone this repo +- Run `npm install` to get the dev dependencies +- Run `zola build` to get the public directory +- Run `npm start` to compile styles and scripts +- Run `zola serve` \ No newline at end of file -- cgit v1.2.3