Skip to content

Commit 04e377d

Browse files
committed
docs: formatting cleanup in README
1 parent 7964f10 commit 04e377d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Codebuilder Frontend
22

33
<!-- DEPLOYMENT-URL:START -->
4+
45
> **🌐 Live Preview:** [https://dev.codebuilder.org/preview/feature-new-pages-and-ui-improvements/](https://dev.codebuilder.org/preview/feature-new-pages-and-ui-improvements/)
56
> Deployed from `fc3174b` on 2026-04-02
6-
<!-- DEPLOYMENT-URL:END -->
77
8+
<!-- DEPLOYMENT-URL:END -->
89

910
[![Deploy Next.js Docker App](https://github.com/codebuilderinc/codebuilder-frontend/actions/workflows/deploy.yml/badge.svg)](https://github.com/codebuilderinc/codebuilder-frontend/actions/workflows/deploy.yml) [![Deploy Static Next.js to GitHub Pages](https://github.com/codebuilderinc/codebuilder-frontend/actions/workflows/nextjs-static-gh-pages.yml/badge.svg)](https://github.com/codebuilderinc/codebuilder-frontend/actions/workflows/nextjs-static-gh-pages.yml)
1011

@@ -13,8 +14,8 @@ Next.js frontend for Codebuilder.
1314
## Environment Files
1415

1516
- `pnpm dev` (Next.js dev server) loads environment variables in this order:
16-
- `.env.local` (preferred for local-only overrides)
17-
- `.env`
17+
- `.env.local` (preferred for local-only overrides)
18+
- `.env`
1819
- Docker Compose loads `.env` because `docker-compose.yml` explicitly uses `env_file: ./.env`.
1920

2021
Important: inside Docker, Postgres must be reached via `db:5432` (service name + container port), not `localhost`.
@@ -92,4 +93,5 @@ pnpm prod:reset
9293
On push to `main`, the GitHub Actions workflow rebuilds and redeploys the Docker services on the self-hosted runner.
9394

9495
## Activity
95-
![Alt](https://repobeats.axiom.co/api/embed/f01e046c8b7d8a2c653ee751c55c2345072872c4.svg "Repobeats analytics image")
96+
97+
![Alt](https://repobeats.axiom.co/api/embed/f01e046c8b7d8a2c653ee751c55c2345072872c4.svg 'Repobeats analytics image')

0 commit comments

Comments
 (0)