Skip to content

Commit 57304f9

Browse files
runningcodeclaude
andauthored
Simplify setup instructions in CONTRIBUTING.md (#15672)
## Summary Replace redundant setup steps with `make` command, which handles copying `.env.example`, running `yarn`, and setting up git configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent ba40d16 commit 57304f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
We use Next.js, `yarn` and `volta` to manage the environment.
1010

1111
```
12-
cp .env.example .env.development
13-
yarn
12+
make
1413
1514
# Start dev server for user docs
1615
yarn dev

0 commit comments

Comments
 (0)