aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7b4dddcbf5d8a7cd412567f666f4e9e8dcbaec37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## blog

This is a collection of node scripts to build my blog - https://blog.fuwn.me

### building

```
$ npm install
$ npm run build
```

You can also run `npm run watch` to auto-build on relevant file changes.

### editing

I shipped an editor for some reason. You can access it with:

```
$ npm run editor
```