aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 25416e5436582aaf088b4c51c77cd0b826a2f418 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Garage Website

ยก Work in progress !

---

## 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`