WARNING : First install the backend through this repository https://github.com/dhruvpatidar359/nextDrawBackend
FrontEnd Installation
- Fork the Project
use the github fork button
- Create a .env.local file in the directory and create the below field: Put the url of the locally hosted server that we have created before
NEXT_PUBLIC_WEB_SOCKET= url of the server
- Install DependenciesNavigate to the project directory in your terminal and run:
npm install
# or
yarn install
- Start the Development ServerAfter installing dependencies, run:
npm run dev
# or
yarn dev