This project was made as a discussion forum dedicated to Garry's Mod servers. It is based on NextJS, ExpressJS and MongoDB. For backend docs please go to Forum-website-backend
- User registration and authentication via Google OAuth
- Discussion forums
- Content moderation
- User profiles
To install and run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/highlighted-dev/forum-website-frontend.git cd strefa-gier
-
Install dependencies:
npm install
-
Create a
.env
file and add your environment variables:cp .env.example .env
-
Run the development server:
npm run dev
After starting the development server, you can access the application at http://localhost:3000
.
This project is licensed under the MIT License. See the LICENSE file for details.