0.1.0 • Published 1 year ago

@devbookhq/dashboard v0.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
1 year ago

Devbook Builder

Setup

Node.js 16.x is preferred for development in this repository.

Run the following command after you clone the repo to install dependencies:

yarn

The project uses the following environment variables:

  1. SUPABASE_SERVICE_ROLE_KEY (required)

  2. NEXT_PUBLIC_SUPABASE_URL (required)

  3. NEXT_PUBLIC_SUPABASE_ANON_KEY (required)

Development

Run the following command to start a local Next.js server that reloads:

yarn dev

To automatically lint and fix errors according to ESLint run:

yarn lint:fix

To analyze client and server bundle sizes run:

yarn build:analyze

Deployment (Vercel)

The app is automatically deployed to production via Vercel when you push a new commit to the master branch. When you push commit any other branch you can view the preview deployment via Vercel too.