An open API service indexing awesome lists of open source software.

https://github.com/hiddify/hiddify-user-front


https://github.com/hiddify/hiddify-user-front

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

## Improve Translations
You can easily contribute to this project by using the following links to improve the translations:
- [English](https://inlang.com/editor/github.com/hiddify/hiddify-user-front?lang=en)
- [Persian](https://inlang.com/editor/github.com/hiddify/hiddify-user-front?lang=en&lang=fa)
- [Russian](https://inlang.com/editor/github.com/hiddify/hiddify-user-front?lang=en&lang=ru)
- [Chinese](https://inlang.com/editor/github.com/hiddify/hiddify-user-front?lang=en&lang=zh)

first clone the project

You have to install node js in order to run the project

nodejs download link:

https://nodejs.org/en/download/current

after installing node you must download and install yarn

install yarn:
npm install --global yarn

insert this command to install the packages:

yarn

insert this command to run the server:

yarn dev

insert this command to make a build file:

yarn build