diff options
author | sptaule <lecas83@gmail.com> | 2022-01-24 18:36:50 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-24 18:36:50 +0100 |
commit | 336fd3f7566c7872c17b30f7cd150e1d16899205 (patch) | |
tree | 2761022d83f35c3ea839d00eb63dfb7f0a91a713 /README.md | |
download | garagehq.deuxfleurs.fr-336fd3f7566c7872c17b30f7cd150e1d16899205.tar.gz garagehq.deuxfleurs.fr-336fd3f7566c7872c17b30f7cd150e1d16899205.zip |
First commit
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 |