Skip to content

Commit

Permalink
update install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
susumutomita committed Feb 4, 2024
1 parent 4142e34 commit 211e088
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,29 @@ Follow these steps to run the project locally:
1. **Clone the Repository**

```bash
git clone https://github.com/knocks-public/Inro.git
git clone https://github.com/knocks-public/2024-CircuitBreaker.git
```

2. **Install Dependencies**

```bash
npm install
make install
```

3. **Start the Application**

```bash
npm start
make run_frontend
```

## Environment Configuration

Ensure the following environment variables are set up for the project to function correctly:

### packages/frontend

copy .env_sample to .env and modify it.

- `EXPO_PUBLIC_SINDRI_API_KEY`: Your Sindri API key.
- `EXPO_PUBLIC_SINDRI_API_URL`: The URL for the Sindri API.
- `EXPO_PUBLIC_CIRCUIT_ID`: The circuit ID for the zero-knowledge proof.
Expand Down

0 comments on commit 211e088

Please sign in to comment.