Skip to content

Commit 33479f8

Browse files
authored
Merge branch 'main' into ken/key-search-results
2 parents 597802a + 8cc7a09 commit 33479f8

File tree

25 files changed

+516
-214
lines changed

25 files changed

+516
-214
lines changed

frontend/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,17 @@ The frontend for Chronon.
2525
```
2626

2727
3. Install dependencies:
28+
2829
```bash
2930
npm install
3031
```
3132

33+
4. Create `.env` file in frontend directory with the follow
34+
35+
```
36+
API_BASE_URL=http://localhost:9000
37+
```
38+
3239
### Development
3340

3441
To start the development server:

0 commit comments

Comments
 (0)