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 run dev` from the
14 This project depends on the [forum server][forum-server], so make sure
15 that's running before starting.
17 [node]: https://nodejs.org/en/
18 [forum-server]: https://gitlab.com/rbdr/forum-server