We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97318ba commit ecf2013Copy full SHA for ecf2013
src/Web/Documentation/content/main/1-framework/01-getting-started.md
@@ -89,14 +89,15 @@ You can install Tempest in two ways: as a web app with a basic frontend bootstra
89
90
If you want to start a new Tempest project, you can use {`tempest/app`} as the starting point. Use `composer create-project` to start:
91
92
-```txt
+```bash
93
composer create-project tempest/app my-app --stability alpha
94
cd my-app
95
+./tempest install vite --tailwind
96
```
97
-The project scaffold includes a basic frontend setup including Tailwind:
98
+Run NPM:
99
100
101
npm run dev
102
103
0 commit comments