Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 953 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 953 Bytes

Improve Translations

You can easily contribute to this project by using the following links to improve the translations:

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