README.md

Setup

First of all check your node version:

node -v

You need version v22.0.0

If your nodejs version does not does not match v22.0.0, you can use nvm for switch node versions

How to nstall nvm on linux (ubuntu): https://tecadmin.net/how-to-install-nvm-on-ubuntu-20-04/

How to install nvm macos: https://tecadmin.net/install-nvm-macos-with-homebrew/

After install nvm you need to install current version of nodejs:

nvm install v22.0.0
nvm use v22.0.0

When requiredс node version installed setup and start project

export env:

export VITE_API_ENDPOINT=http://localhost:80/api/

npm:

npm i && npm run dev

yarn:

npm i --global yarn
yarn && yarn dev
Описание

Опишите проект

Конвейеры
0 успешных
0 с ошибкой