Create .env file and add the following
SHARED_DISK="<Exact path which you want to share>"
Install dependencies
npm install
# or
yarn install
# or
pnpm installRun the development server:
npm run dev
# or
yarn dev
#or
pnpm devOpen http://localhost:3000 or http://0.0.0.0:3000 with your browser to see the result.