Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.21 KB

Edening Office 💨

Hopefully,
this little exploration can become the very first step to a thousand miles journey,
for a more creative and location-free working world!.

Showcase

Getting Started Guide for Development

Clone or Fork

Clone this repository, or Fork it to your own GitHub account.

Installation

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.

This is optional(Defaults to https://muazkhan.com:9001/).

Make changes

Now that it's yours, you can make changes to it.

Preview

# Preview your build
$ yarn dev

Build

# Build for production using SSR
$ yarn build