Take this link and find there a command which suitable for your Package Manager.
Сheck for Git works by run git -v
command in your terminal.
Take this link and download latest version of xx-bit Git for Windows Setup
(xx – the bitness of your operating system) from Standalone Installer
field. Run downloaded installer and following they instructions.
Сheck for Git works by run git -v
command in your terminal.
Run
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
or
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
Сheck for NVM works by run nvm -v
or command -v nvm
commands and follow next instructions if previous commands did gives you responses like this nvm: command not found
.
Reopen your terminal or run following commands for different shells in your terminal:
bash: source ~/.bashrc
zsh: source ~/.zshrc
ksh: . ~/.profile
Сheck for Yarn works by run nvm -v
command in your terminal.
Take this link and download latest version of nvm-setup.exe
from Assets
field. Run downloaded installer and following they instructions.
Сheck for Yarn works by run nvm -v
command in your terminal.
Run
nvm install --lts
nvm use --lts
Сheck for Yarn works by run node -v
and npm -v
commands in your terminal.
Run
nvm install lts
nvm use lts
Сheck for Yarn works by run node -v
and npm -v
commands in your terminal.
Run
npm install -g yarn
Сheck for Yarn works by run yarn -v
command in your terminal.
Run following commands in your terminal:
git clone https://github.com/Central-University-IT-prod/frontend-Diayuokaro
cd ./frontend-Diayuokaro
yarn
Run
yarn run build
and then run
yarn run preview
or
yarn run preview --host
to make the application available from other devices on the network.
Run
yarn run dev
or
yarn run dev --host
to make the application available from other devices on the network.
Habitrice is well-ready for use and development. Enjoy your use 🤗