Skip to content

Huy-DNA/console-cast

Repository files navigation

ConsoleCast

image

Techstack

  • Fullstack framework: nuxt
  • DBMS: PostgreSQL
  • Runtime: bun
  • Code quality assurance: eslint
  • Devops: Github Action, docker

Development guide

Setup

bun install
bun db:create
bun db:migrate

Development

Start the development server on http://localhost:3000:

bun run dev

Linting:

bun run lint
bun run lint:fix

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview