0.1.0 • Published 3 years ago
@devbookhq/dashboard v0.1.0
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:
yarnThe project uses the following environment variables:
SUPABASE_SERVICE_ROLE_KEY(required)NEXT_PUBLIC_SUPABASE_URL(required)NEXT_PUBLIC_SUPABASE_ANON_KEY(required)
Development
Run the following command to start a local Next.js server that reloads:
yarn devTo automatically lint and fix errors according to ESLint run:
yarn lint:fixTo analyze client and server bundle sizes run:
yarn build:analyzeDeployment (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.
0.1.0
3 years ago