blob: 3d9368f494c3ef6d3d939a430a8fa883cb5f3626 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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`
|