Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

huydo862003/console-cat

Repository files navigation

Console Cat

Status Status

image

Techstack

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

Development guide

Setup

git config diff.lockb.textconv bun
git config diff.lockb.binary true

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

About

A web-based CLI app for school assignment

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors