Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Changed to 'sh' for syntax highlighting and removed duplicate clo… #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<a href="#prerequisites"><strong>Prerequisites</strong></a> ·
<a href="#getting-started"><strong>Getting Started</strong></a> ·
<a href="#how-to-use"><strong>How to use</strong></a>
</p>
</p>

Everything you need to build a production ready SaaS, it's a opinionated stack based on learnings from building Midday using the latest Next.js framework, it's a monorepo with a focus on code reuse and best practices that will grow with your business.
Expand Down Expand Up @@ -103,7 +102,7 @@ cp apps/web/.env.example apps/web/.env

4. Start the development server from either bun or turbo:

```ts
```sh
bun dev // starts everything in development mode (web, app, api, email)
bun dev:web // starts the web app in development mode
bun dev:app // starts the app in development mode
Expand Down Expand Up @@ -134,4 +133,4 @@ Vercel deployment will guide you through creating a Supabase account and project
alt="Featured on Hacker News"
src="https://hackernews-badge.vercel.app/api?id=41408929"
/>
</a>
</a>