Re-reviewed at head 6a0037ec. The nvm / .node-version walkthrough is a genuinely useful addition — that Node-setup detail wasn't spelled out anywhere. Two things before it can land:
It's stacked on the image-path commit (2bbd390a), which fails CI. This branch carries the older image-path change (from before you fixed the formatting on #1), so npm run check:prettier and npm run lint
fail on the source files (import/newline-after-import on the logo consts + the prettier spacing). Rebase onto current lotus and drop the image-path commit so this PR is only the README change — then the
gates go green. (The README itself is prettier-clean. 👍)
Duplicate section. lotus already has a "Local Development" section under For Developers (from f12e05c5) covering npm ci / npm start / port 8080 / homeserver login. This adds a second dev-setup section
near the top of the README. Please fold the nvm/Node-version steps into the existing section instead of creating a parallel one.
(Minor: the new headings jump ## → #### → ###; worth keeping them consistently nested.)
Re-reviewed at head 6a0037ec. The nvm / .node-version walkthrough is a genuinely useful addition — that Node-setup detail wasn't spelled out anywhere. Two things before it can land:
1. It's stacked on the image-path commit (2bbd390a), which fails CI. This branch carries the older image-path change (from before you fixed the formatting on #1), so npm run check:prettier and npm run lint
fail on the source files (import/newline-after-import on the logo consts + the prettier spacing). Rebase onto current lotus and drop the image-path commit so this PR is only the README change — then the
gates go green. (The README itself is prettier-clean. 👍)
2. Duplicate section. lotus already has a "Local Development" section under For Developers (from f12e05c5) covering npm ci / npm start / port 8080 / homeserver login. This adds a second dev-setup section
near the top of the README. Please fold the nvm/Node-version steps into the existing section instead of creating a parallel one.
(Minor: the new headings jump ## → #### → ###; worth keeping them consistently nested.)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Updated read me to include instructions for starting development server
Re-reviewed at head
6a0037ec. The nvm / .node-version walkthrough is a genuinely useful addition — that Node-setup detail wasn't spelled out anywhere. Two things before it can land:It's stacked on the image-path commit (
2bbd390a), which fails CI. This branch carries the older image-path change (from before you fixed the formatting on #1), so npm run check:prettier and npm run lintfail on the source files (import/newline-after-import on the logo consts + the prettier spacing). Rebase onto current lotus and drop the image-path commit so this PR is only the README change — then the
gates go green. (The README itself is prettier-clean. 👍)
Duplicate section. lotus already has a "Local Development" section under For Developers (from
f12e05c5) covering npm ci / npm start / port 8080 / homeserver login. This adds a second dev-setup sectionnear the top of the README. Please fold the nvm/Node-version steps into the existing section instead of creating a parallel one.
(Minor: the new headings jump ## → #### → ###; worth keeping them consistently nested.)
Pull request closed