diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 |