Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Dec 8, 2023
1 parent 366eeb9 commit 6601d9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/start/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Solid Start

This is the SolidStart framework and CLI.

The quickest way to get started:

```bash
npm init solid@latest my-app
cd my-app
npm install
npm run dev
```

0 comments on commit 6601d9f

Please sign in to comment.