Installing the Application
Prerequisites
Steps
Follow these steps to install & execute the STRV Website application locally.
1. Clone the repository
git clone git@github.com:strvcom/strv-web.git; cd strv-web
2. Install dependencies
yarn
3. Setup Environment Variables
Download
secret
file from this Confluence page. In case you don't have access to the page, please request so from the FE Platform LeadsInstall secrets:
yarn secrets
You will be prompted to select "preview" or "production" environment. We strongly recommend that, unless necessary to reproduce production-only issues, you choose "preview".
(Optional) Create a local override for environments variables:
touch .env.local
4. Run the application 🚀
yarn dev