Skip to content

Commit

Permalink
Migrate to pnpm (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Stasik <[email protected]>
  • Loading branch information
damianstasik authored Sep 10, 2024
1 parent adf4b81 commit a2d8236
Show file tree
Hide file tree
Showing 4 changed files with 5,009 additions and 7,824 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ to honor the wishes of the provider/module author.

### Frontend

In order to run the frontend, enter the [frontend](frontend) directory and run `npm run dev`. You can create a `.env`
file to configure where the generated dataset and search API are:
In order to run the frontend, enter the [frontend](frontend) directory, install required dependencies by running
`pnpm install` and then run `pnpm run dev`. You can create a `.env` file to configure where the generated dataset and
search API are:

```env
VITE_DATA_API_URL=http://localhost:8000
Expand Down
Loading

0 comments on commit a2d8236

Please sign in to comment.