- 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 devLinting:
bun run lint
bun run lint:fixBuild the application for production:
bun run buildLocally preview production build:
bun run preview