Skip to content

w01f-o/cloud-storage-frontend

Repository files navigation

Cloud storage logo

Frontend for Cloud storage based on Next.js

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

For run the production build, first:

npm run build
# or
yarn build
# or
pnpm build
# or
bun build

Then:

npm run start
# or
yarn start
# or
pnpm start
# or
bun start

Open http://localhost:3000 with your browser to see the result.