The club homepage for nwPlus (2019).
$> git clone https://github.com/nwplus/nwplus2019.git
$> cd nwplus2019
$> make deps
$> make web
The front-end is a React web app.
$> make web # Serve web app using webpack-dev-server
$> make build # To build the web app into `./docs`
$> make serve # Serve built static web app