3 A forum for the year 3000.
5 ## What you will need to get started
7 This project uses [node][node] for most of its development processes.
8 Once you have node installed according to the instructions there, run
9 `npm install` from the root of the project.
11 For local development serve the page by running `npm watch` from the
14 ## Installing git hooks
16 This repo contains a pre-commit git hook so indent will run before every
17 commit. Run `npm run setup-hooks` to install it.
19 [node]: https://nodejs.org/en/