UA Safety Info Guide
Project Board Here
This guide contains information about survival, opened borders, the required documents to cross said borders. It's a global website on which all valuable information will be held for Ukrainian refugees.
The translation files are located in public/locales/
. You can simply copy and
rename the en
folder and update the translations as needed.
When adding a new language, you also need to add it to the list of locales in
configs/languages.js
(if you don't know how to do this then just create a
pull request anyway and the reviewer can handle it).
Please base your work off of the main
branch, and target your PR at main
when you're finished.
Simply merge main
into prod
and it will be automatically deployed.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production.
Start the production server that you built with npm run build
.
Parses the code and extracts new translatable strings into the json files.
This project is open-source software under the MIT license. See the enclosed
COPYING
file for details.