Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharknoon authored Sep 2, 2024
1 parent becdfb7 commit 87c19bc
Showing 1 changed file with 4 additions and 36 deletions.
40 changes: 4 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ Make sure to install the dependencies:
```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server
Expand All @@ -37,15 +28,6 @@ Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production
Expand All @@ -55,31 +37,17 @@ Build the application for production:
```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview
```

# pnpm
pnpm run preview

# yarn
yarn preview
## Create the onedrive link for the excel spreadsheet

# bun
bun run preview
```bash
npx onedrive-link <your-shared-onedrive-link>
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

0 comments on commit 87c19bc

Please sign in to comment.