- Fullstack framework:
nuxt
- DBMS:
PostgreSQL
- Runtime:
bun
- Code quality assurance:
eslint
- Devops: Github Action,
docker
git config diff.lockb.textconv bun
git config diff.lockb.binary true
bun install
bun db:create
bun db:migrate
Start the development server on http://localhost:3000
:
bun run dev
Linting:
bun run lint
bun run lint:fix
Build the application for production:
bun run build
Locally preview production build:
bun run preview