]> git.r.bdr.sh - rbdr/forum/blame - README.md
Make permalinks more legible
[rbdr/forum] / README.md
CommitLineData
5a2bb071
RBR
1# Forum
2
1be5af93
BB
3A forum for the year 3000.
4
5## What you will need to get started
6
7This project uses [node][node] for most of its development processes.
8Once you have node installed according to the instructions there, run
9`npm install` from the root of the project.
10
11For local development serve the page by running `npm watch` from the
12root of the project.
13
14## Installing git hooks
15
16This repo contains a pre-commit git hook so indent will run before every
17commit. Run `npm run setup-hooks` to install it.
18
19[node]: https://nodejs.org/en/