| ```bash | ```bash | ||||
| npm install | npm install | ||||
| # or | # or | ||||
| yarn | |||||
| yarn install --frozen-lockfile | |||||
| ``` | ``` | ||||
| Then, configure the environment variables. Create a file named `.env.local` in the current directory and copy the contents from `.env.example`. Modify the values of these environment variables according to your requirements: | Then, configure the environment variables. Create a file named `.env.local` in the current directory and copy the contents from `.env.example`. Modify the values of these environment variables according to your requirements: |