https://github.com/hiddify/hiddify-user-front
https://github.com/hiddify/hiddify-user-front
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiddify/hiddify-user-front
- Owner: hiddify
- Created: 2023-12-03T18:47:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T08:16:07.000Z (over 1 year ago)
- Last Synced: 2025-04-04T05:41:48.328Z (about 1 year ago)
- Language: TypeScript
- Size: 4.81 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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