A real estate search app written with Next.js.
Rename the env.local.example
file to .env.local
and add the missing values for any blank environment variables. You can generate NEXTAUTH_SECRET
with openssl rand -base64 32
.
Install:
- Node.js >= 20.18.0
- Bun >= 1.1.34
If you use asdf/mise you can just run asdf install
for node and bun.
Run bun install
to install dependencies.
Run the development server with bun run dev
.
Run the tests with bun run test
.