]> git.r.bdr.sh - rbdr/forum/blame_incremental - README.md
Update the config
[rbdr/forum] / README.md
... / ...
CommitLineData
1# Forum
2
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 run dev` from the
12root of the project.
13
14This project depends on the [forum server][forum-server], so make sure
15that's running before starting.
16
17[node]: https://nodejs.org/en/
18[forum-server]: https://gitlab.com/rbdr/forum-server