-
Notifications
You must be signed in to change notification settings - Fork 1
Developers Guide
Rizvi Rab edited this page Feb 23, 2022
·
1 revision
We strongly recommend installing VS Code for development. It provides seamless integration for docker and other tools that we can take advantage of for this project.
Please also install all of the following VS Code extentions:
To add a Route
- To
AppRoute.tsadd the route to the enum with translation key for the route as the value. - To both
en.tsandfr.tsinsrc\i18n\lang, use the earlier translation key to add the route URL. - In
App.tsx, add a Route component with the path being a enum value of AppRoute (e.g.path={AppRoute.foo})