Skip to content

Commit

Permalink
change docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Dec 28, 2024
1 parent 142ca5b commit da5b8c9
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nuxt Minimal Starter
# NestApp

Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
The online platform for Nest algorithm.

## Setup

Expand All @@ -9,15 +9,6 @@ Make sure to install dependencies:
```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

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

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev
```

## Production
Expand All @@ -45,31 +27,11 @@ Build the application for production:
```bash
# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview
```

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

0 comments on commit da5b8c9

Please sign in to comment.