Welcome to the frontend repository for HiveTalk! This repository contains the client-side code built with Next.js, which powers the user interface and interactions of our application.
Link to the web app - https://hivetalkweb.vercel.app/
Link to the backend repository - https://github.com/imf-ali/HiveTalk-backend
These instructions will help you get the backend server up and running on your local machine.
- Node.js (v16 or higher)
-
Clone the repository:
git clone https://github.com/imf-ali/HiveTalk-web.git
-
Copy the .env-example file to .env file. NEXT_PUBLIC_API_URL should be url of the backend graphql server
cp .env-example .env
-
Install the packages
yarn
-
Run the project
yarn dev