Clone the project into local
Go into the project folder and type the following command to install all npm packages
npm install
# or
yarn
In order to run the application Type the following command
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.