Skip to content

Commit

Permalink
docs: add installation and deployment instructions
Browse files Browse the repository at this point in the history
- Added detailed installation steps using bun and Turbo's CLI
- Included instructions for setting up dependencies and environment variables
- Provided steps for adding new UI components and packages
- Added deployment instructions for Vercel
- Included references and license information
  • Loading branch information
tiesen243 committed Dec 12, 2024
1 parent f2debe3 commit 380d7ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ It uses [Turborepo](https://turborepo.org) and contains:
└─ CI with pnpm cache setup
apps
├─ nextjs
| ├─ Next.js 14
| ├─ React 18
| ├─ Next.js 15
| ├─ React 19
| ├─ Tailwind CSS
| └─ E2E Typesafe API Server & Client
└─ react-router
├─ React 18
├─ React 19
├─ React Router 7
├─ Tailwind CSS
└─ E2E Typesafe API Server & Client
Expand Down

0 comments on commit 380d7ee

Please sign in to comment.