Running the NextJS app in development
In order to run the NextJS app in development mode, you need to have Node.js installed on your computer.
You just have to open a terminal inside the root directory of the project and run the following command:
npm run dev
or
yarn dev