You can't really use this without having any data (which is not public at this time), yet you can build and test this following these steps:
# Clone repository
git clone https://github.com/NSIS-Dev/nsis-forum-archive
cd nsis-forum-archive
# Install webpack and server globally
npm install -g webpack webpack-dev-server
# Install dependencies and build
npm install
# Run server at localhost:8080
npm start
That's it folks!