Riaba the Hen LIVE DEMO
fbt (runtime)
babel-plugin-fbt
babel-plugin-fbt-runtime
yarn install
to pull in dependencies downyarn clean-fbts
to clean all built filesyarn manifest
to generate enum and source manifestsyarn collect-fbts
to collect FBT translatable textsyarn translate-all
to generate one single file with translationsyarn translate-split
to generate split translation dictionaries (insrc/dict
) from translation_input.jsonyarn build
to generate static files in./output/
.- The commands above are required to run this step
yarn start
to run a local server with hot reloading.yarn test
to run unit tests.yarn deploy
to deploy build on github pages.