This is a simple Forum software built using Next.js with Discord's OAuth for authentication.
This section provides a quick-start guide.
- Node.js
- MongoDB
- Ensure prerequisites are installed
- Clone the repository, by doing
git clone git@github.com:nsylke/nextjs-discord-forum.git
- Install dependencies, by doing
yarn
- Copy the
.env.example
file to.env
and fill out the missing values. - Run the server, by doing
yarn dev
This project is licensed under the Apache-2.0 license.