Skip to content

Commit 2d5932d

Browse files
committed
Initial CLAUDE.md
1 parent 07779da commit 2d5932d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CLAUDE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Intro
2+
3+
Remix is a web framework.
4+
5+
## Development
6+
7+
Development uses Node.js 24. All tests should run without requiring a build first.
8+
9+
```sh
10+
# Run the build
11+
$ pnpm run build
12+
# Build a specific package
13+
$ cd packages/headers && pnpm run build
14+
15+
# Run the tests
16+
$ pnpm test
17+
# Run the tests for a specific package
18+
$ cd packages/headers && pnpm test
19+
```

0 commit comments

Comments
 (0)