Skip to content

Commit

Permalink
fix: udpate readme docs (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Oct 9, 2024
1 parent d9a3a4a commit 2b15031
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# Graasp App: Calculator

<a href="https://gitlocalize.com/repo/9259?utm_source=badge"> <img src="https://gitlocalize.com/repo/9259/whole_project/badge.svg" /> </a>
[![translation badge](https://gitlocalize.com/repo/9259/whole_project/badge.svg)](https://gitlocalize.com/repo/9259?utm_source=badge)

## Running the app

You will need an environment file called `.env.development`

```sh
VITE_PORT=3012
VITE_GRAASP_APP_KEY=<your key>
VITE_VERSION=latest
VITE_GRAASP_API_HOST=http://localhost:3000
VITE_ENABLE_MOCK_API=false
```

## Testing the app

You will need an environment file called `.env.development`

```sh
VITE_PORT=3333
VITE_GRAASP_APP_KEY=<your key>
VITE_VERSION=latest
VITE_GRAASP_API_HOST=http://localhost:3000
VITE_ENABLE_MOCK_API=true
```

0 comments on commit 2b15031

Please sign in to comment.