Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ✌️

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'
```