GTT is a newbie-friendly forum. It is powered by Node.js and mongoDB Atlas service. It is based on NodeBB Forum Software. NodeBB has many modern features out of the box such as social network integration and streaming discussions, while still making sure to be compatible with older browsers.
GTT requires the following software to be installed:
- A version of Node.js at least 12 or greater
To run GTT, please follow the following steps
- Install Requirements and clone this repo, or simply go to https://www.gitpod.io/#https://github.com/darker66678/NodeBB
- run
npm installto install dependencies - run
./nodebb setupto build - run
./nodebb startto start the service - the service should be available at http://localhost:4567/ or
http://4567-*****.gitpod.io
For more details, please refer to NodeBB installation documentation
GTT is based on NodeBB and NodeBB is licensed under the GNU General Public License v3 (GPL-3).