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 install
Run the development server:
npm run dev
# or
yarn dev
#or
pnpm dev
Open http://localhost:3000 or http://0.0.0.0:3000 with your browser to see the result.