Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huy-dna/console-cast
- Owner: Huy-DNA
- License: apache-2.0
- Created: 2024-10-07T12:21:12.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:39:50.000Z (3 months ago)
- Last Synced: 2024-10-20T00:35:09.011Z (3 months ago)
- Topics: bun, nuxt3, postgresql, tailwind, zapatos
- Language: Vue
- Homepage:
- Size: 2.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConsoleCast
## 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
```