Smart Project Manager for freelancers.
You can use either Yarn or NPM.
yarn install
yarn start
If you want to run your own backend, you need to setup the Inyo API first and configure the following variable:
export REACT_APP_GRAPHQL_API=http://localhost:3000
# Collect all files containing the translation tags
yarn manifest
# Collect translations from the files and generate source
yarn collect-fbts
# Update en-US translation file
yarn generate-locale-file
Then, translate all lines marked with #TODO
in the translation file in the translations
folder.
# Generate locale file for the app
yarn translate-fbts
Pull requests are welcome. If you find a bug, please check there is not already an issue opened about it.