Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluroash/avatar-legends-companion
A companion app for the Avatar Legends tabletop game built using NextJS 13, Tailwind CSS & Supabase. For the fans, by a fan ✌️
https://github.com/fluroash/avatar-legends-companion
Last synced: 13 days ago
JSON representation
A companion app for the Avatar Legends tabletop game built using NextJS 13, Tailwind CSS & Supabase. For the fans, by a fan ✌️
- Host: GitHub
- URL: https://github.com/fluroash/avatar-legends-companion
- Owner: FluroAsh
- License: mit
- Created: 2023-07-09T12:53:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-07T14:48:01.000Z (7 months ago)
- Last Synced: 2024-07-07T16:08:32.748Z (7 months ago)
- Language: TypeScript
- Homepage: https://avatar-legends-companion.vercel.app
- Size: 640 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Local Development
### Starting the local Supabase Server
```bash
supabase start
```### Accessing the Supabase Local DB via CLI
```bash
psql 'postgresql://postgres:postgres@localhost:54322/postgres'
```