How can I run Itinerary from source? #22
-
I'm translating the strings to French but I want to see if they work. So I want to clone my fork and build it from source to see what it looks like. How do I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Once you've cloned the repository, install the dependencies and run Anyway, if you have your translation file ready ( Thanks for translating Itinerary! 😀 |
Beta Was this translation helpful? Give feedback.
Once you've cloned the repository, install the dependencies and run
yarn dev
ornpm dev
depending on your package manager. The parts of the site that communicate with the backend won't work because they require Itinerary-Server.Anyway, if you have your translation file ready (
fr-FR.js
), feel free to open a pull request and I will approve the changes. There's nothing else you need to do to get the French translation working besides creatingfr-FR.js
.Thanks for translating Itinerary! 😀