edit readme

This commit is contained in:
2025-10-31 19:16:04 +07:00
parent e54eb70c86
commit fbe642fb63

View File

@@ -1,75 +1,13 @@
# Nuxt Minimal Starter # Тестовое задание "Цифровое телевидение"
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Как запустить
- заполнить `.env` по образцу из `.env.example`
- `pnpm i --frozen-lockfile`
- `pnpm run server`
## Setup ---
Make sure to install dependencies: ###### *Ссылки*
- [макет](https://www.figma.com/design/MnRC2ZCXkNJDR5bzg5SS2i/%D0%A2%D0%B5%D1%81%D1%82%D0%BE%D0%B2%D0%BE%D0%B5-%D0%B7%D0%B0%D0%B4%D0%B0%D0%BD%D0%B8%D0%B5--frontend-?node-id=1-354&t=TKDqqw6EAf7F0DkI-0)
```bash - [ТЗ документ](https://docs.google.com/document/d/1mhNG5dUvqXwb2T-xLriTX0JGGLyDRfUOeTZ8JDdtmds/edit?tab=t.0)
# npm - [Вакансия](https://krasnoyarsk.hh.ru/vacancy/126327834)
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
```
## Production
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.