Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riverscuomo committed Jul 12, 2024
1 parent 6cb4c0a commit 8b20ee6
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# spotkin_flutter

Currently deployed at <https://spotkin-fd416.web.app>
A Flutter web front-end for Spotkin. <https://github.com/riverscuomo/spotkin>
It should replace the spreadsheet method <https://docs.google.com/spreadsheets/d/1z5MejG6EKg8rf8vYKeFhw9XT_3PxkDFOrPSEKT_jYqI/edit?gid=1936655481#gid=1936655481>

Currently deployed at <https://spotkin-fd416.web.app> though the Spotify login is not working (due to the redirect URI not being set up correctly?).
Running locally works, however.
I run it with these launch settings in vscode:

```
{
"version": "0.2.0",
"configurations": [
{
"name": "Flutter Web",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
"args": [
"--web-port",
"8888"
]
}
]
}
```

## Getting Started

0 comments on commit 8b20ee6

Please sign in to comment.