Skip to content

gwak2837/x

Repository files navigation

Requirements (Recommanded)

  • macOS 13.6
  • Bun 1.1
  • Node.js 20.15
  • PostgreSQL 16.3
  • Docker 25.0

Getting Started

bun i

Infra

cd infra
docker compose up -d --build --force-recreate

Start PostgreSQL and Redis server.

backend

cd backend
cp .env.template .env.development.local
bun migrate:dev
bun dev

Open http://localhost:4000/ with your browser to see the result.

frontend

cd frontend
cp .env.template .env.development.local
bun dev

Open http://localhost:3000/ with your browser to see the result.

About

X clone (with Bun)

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages