Skip to content

the-r3aper7/nextjs-file-server

Repository files navigation

Getting Started with Nextjs File Server

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published