Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huy-dna/console-cast

A web-based CLI UI
https://github.com/huy-dna/console-cast

bun nuxt3 postgresql tailwind zapatos

Last synced: 3 months ago
JSON representation

A web-based CLI UI

Awesome Lists containing this project

README

        

# 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`:

```bash
bun run dev
```

Linting:

```bash
bun run lint
bun run lint:fix
```

### Production

Build the application for production:

```bash
bun run build
```

Locally preview production build:

```bash
bun run preview
```