We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed9b8d commit b15de86Copy full SHA for b15de86
1 file changed
README.md
@@ -19,7 +19,7 @@ It includes a basic setup for a project with Remix.run and:
19
20
1. Initialize the repository with our CLI:
21
```bash
22
-npx f42 init -t base-stack -o ./your-name-here
+npx f42 init -t base-stack -o ./your-project-name-here
23
```
24
2. Install the dependencies:
25
@@ -31,6 +31,11 @@ npm install
31
32
npm run cleanup
33
34
+
35
+This will remove everything in the project related to the base-stack like README.md etc.
36
+This is the first thing you should run after initializing the project.
37
+After it is run it will remove itself from the package.json.
38
39
5. Start the development server:
40
41
npm run dev
0 commit comments