This project contains the Languages module of the VariaMos platform.
First you need to install the project libraries, you can do so by running the following command:
yarn
or
npm i
You can run the project by either running any of the following commands.
yarn start
or
npm run start
In case that you don't have a google account or you need to disable the Google login for some reason, you can create a .env.local
or update it if you already have one with the following line:
REACT_APP_DISABLE_LOGIN=true
In this way the application will log you in automatically.
If you need to update any configuration of the application externaly, you can create an .env.local
file or pass the following environment variables directly into your environment:
REACT_APP_DISABLE_LOGIN=
REACT_APP_NODE_ENV=
REACT_APP_HOST=
REACT_APP_PORT=
REACT_APP_URLBACKENDLANGUAGEREVIEWS=
REACT_APP_URLBACKENDLANGUAGE=
REACT_APP_URLVARIAMOSLANGUAGES=
REACT_APP_URLVARIAMOSDOCUMENTATION=
REACT_APP_URLVARIAMOSLANGDOCUMENTATION=
You can learn more in the VariaMos App documentation.
To learn React, check out the React documentation.
To learn Bootstrap, check out the Bootstrap documentation.