Skip to content

Commit c6e59cc

Browse files
authored
Add npx tidewave install (#37)
1 parent e882da7 commit c6e59cc

12 files changed

Lines changed: 4528 additions & 20 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ build/Release
2525
node_modules/
2626
jspm_packages/
2727

28+
# Exception: test fixtures
29+
!test/fixtures/**/node_modules/
30+
2831
# TypeScript cache
2932
*.tsbuildinfo
3033

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Tidewave
22

3-
Tidewave is the coding agent for full-stack web app development. Integrate Claude Code, OpenAI Codex, and other agents with your web app and web framework at every layer, from UI to database. [See our website](https://tidewave.ai) for more information.
3+
Tidewave is the coding agent for full-stack web app development. Integrate
4+
Claude Code, OpenAI Codex, and other agents with your web app and web framework
5+
at every layer, from UI to database. [See our website](https://tidewave.ai) for
6+
more information.
47

58
This project supports:
69

bun.lock

Lines changed: 19 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)