Skip to content

Commit ecf2013

Browse files
committed
Improvements
1 parent 97318ba commit ecf2013

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Web/Documentation/content/main/1-framework/01-getting-started.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,15 @@ You can install Tempest in two ways: as a web app with a basic frontend bootstra
8989

9090
If you want to start a new Tempest project, you can use {`tempest/app`} as the starting point. Use `composer create-project` to start:
9191

92-
```txt
92+
```bash
9393
composer create-project tempest/app my-app --stability alpha
9494
cd my-app
95+
./tempest install vite --tailwind
9596
```
9697

97-
The project scaffold includes a basic frontend setup including Tailwind:
98+
Run NPM:
9899

99-
```txt
100+
```bash
100101
npm run dev
101102
```
102103

0 commit comments

Comments
 (0)