This is how you get started

2.
Create a project
Strings are organized in projects. Create your first project using the 'Add project' button.
3.
Invite clients
Go to 'Settings' and move to the 'Manage users' page in order to invite your client(s) to the project.
4.
Install CLI
Install the Stringify CLI by running the command below. Make sure Node.js is installed on your system first.
> npm install stringify-cli -g
5.
Initialize project
Initialize the Stringify project in the root of your local project folder using the 'init' command.
> stringify init
6.
Synchronize strings
Synchronize your local strings files with Stringify, strings will appear in the Stringify web interface.
> stringify sync
7.
Modify string values
You or your client can add translations and modify string values using the web interface.
8.
Synchronize again
Run the 'sync' command again in order to download the latest versions of the strings to your project folder.
> stringify sync
4.
Import strings
Open your project and use the 'import' button in order to upload your strings files.
5.
Review and apply changes
Stringify automatically detects changes in your strings, review the changes and confirm your modifications.
6.
Modify string values
You or your client can add translations and modify string values using the web interface.
7.
Export strings
Use the export-button to download the latest versions of your strings files in the desired format and language.