Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 30, 2024
1 parent 92a90ed commit 060b59c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ python -c "from http.server import HTTPServer, SimpleHTTPRequestHandler; import
```


Then you run the npm script to start the server and open the browser

```bash
export TEST_URL="http://localhost:8000/zarr_store.zarr"
npm run start
```





1 change: 1 addition & 0 deletions src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "../styles/App.css";
//const url = "http://localhost:8000/zarr_store.zarr";
const url = "https://spikeinterface-template-database.s3.us-east-2.amazonaws.com/test_templates";

const url = process.env.TEST_URL || "https://s3.amazonaws.com/my-bucket/templates";


function App() {
Expand Down

0 comments on commit 060b59c

Please sign in to comment.