Hopefully,
this little exploration can become the very first step to a thousand miles journey,
for a more creative and location-free working world!.
Clone this repository, or Fork it to your own GitHub account.
yarn install
Setting Up Supabase
Step1. Get Supabase CLI
Step2. supabase migration up # Apply Pending Migrations To Local Database
Step3. Rename .env.example
to .env
, and change the setting to your local supabase
.
Setting Up RTCMultiConnection-Server
This is optional(Defaults to https://muazkhan.com:9001/).
Now that it's yours, you can make changes to it.
# Preview your build
$ yarn dev
# Build for production using SSR
$ yarn build