Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

sskvortssov/habitrice

Repository files navigation

🪄 Habitrice – app for your personal development

📖 Contents

🧾 Summary

Sources

🔮 How to setup?

🛫 Preflight

Install Git

For Linux:

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.

For Windows:

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.

Install NVM(Node Version Manager)

For Linux:

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.

For Windows:

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.

Install Node.js

For Linux:

Run

nvm install --lts
nvm use --lts

Сheck for Yarn works by run node -v and npm -v commands in your terminal.

For Windows:

Run

nvm install lts
nvm use lts

Сheck for Yarn works by run node -v and npm -v commands in your terminal.

Install Yarn

Run

npm install -g yarn

Сheck for Yarn works by run yarn -v command in your terminal.


✨ Setup

Clone repo & install dependencies:

Run following commands in your terminal:

git clone https://github.com/Central-University-IT-prod/frontend-Diayuokaro
cd ./frontend-Diayuokaro
yarn

To build an application for production:

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.

To launch an application for development:

Run

yarn run dev

or

yarn run dev --host

to make the application available from other devices on the network.

🥩 Well done

Habitrice is well-ready for use and development. Enjoy your use 🤗

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published