Skip to content

Commit 7ed9212

Browse files
authored
Update README.md
1 parent 529ef73 commit 7ed9212

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![Reddit](https://img.shields.io/reddit/subreddit-subscribers/solidjs?style=for-the-badge&color=FF4500)](https://www.reddit.com/r/solidjs/)
88

99
**SolidStart** brings fine-grained reactivity fullstack with full flexibility. Built with features like unified rendering and isomorphic code execution, SolidStart enables you to create highly performant and scalable web applications.
10+
1011
Explore the official [documentation](https://docs.solidjs.com/solid-start) for detailed guides and examples.
1112

1213
## Core Features
@@ -26,7 +27,7 @@ Explore the official [documentation](https://docs.solidjs.com/solid-start) for d
2627

2728
### Installation
2829

29-
Create a template project with your preferred package manager.
30+
Create a template project with your preferred package manager
3031

3132
```bash
3233
# using npm
@@ -43,15 +44,15 @@ pnpm create solid@latest --solidstart
4344
bun create solid@latest --solidstart
4445
```
4546

46-
1. Follow the CLI prompts to set up your project.
47-
2. Navigate to your project directory and install the dependencies.
47+
1. Follow the CLI prompts to set up your project
48+
2. Navigate to your project directory and install the dependencies
4849

4950
```bash
5051
cd <project-name>
5152
npm install # or pnpm install or bun install
5253
```
5354

54-
3. Start the development server.
55+
3. Start the development server
5556

5657
```bash
5758
npm run dev # or pnpm dev or bun dev
@@ -71,7 +72,7 @@ Learn more about routing in the [documentation](https://docs.solidjs.com/solid-s
7172

7273
## Adapters
7374

74-
Configure adapters in `app.config.ts` to deploy to platforms like Vercel, Netlify, Cloudflare, and others.
75+
Configure adapters in `app.config.ts` to deploy to platforms like Vercel, Netlify, Cloudflare, and others
7576

7677
```ts
7778
import { defineConfig } from "@solidjs/start/config";

0 commit comments

Comments
 (0)