This project aims to create a platform where developers can share knowledge, ask questions, and earn recognition for their contributions.
Visit the app: DevBoard
DevBoard’s frontend is designed to provide a smooth and modern user experience. It interfaces with an Express backend (hosted in a separate repository) to handle data storage, authentication, and business logic.
• Node.js v14 or higher
- Clone the repository:
git clone [email protected]:dilkhush-raj/devboard-frontend.git
cd devboard-frontend
- Install dependencies:
npm install
- Set up environment variables (see Environment Variables).
- Start the development server:
npm run dev
The app will be available at http://localhost:3000.
To create an optimized production build:
npm run build
To start the production server:
npm run start
Create a .env.local file in the root directory to define environment variables. These are the essential variables required:
NEXT_PUBLIC_BACKEND_SERVER_BASE_URL=
BACKEND_SERVER_BASE_URL=