You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those templates dependencies are maintained via [pnpm](https://pnpm.io) via
4
-
`pnpm up -Lri`.
3
+
Those templates dependencies are maintained via [pnpm](https://pnpm.io) via `pnpm up -Lri`.
5
4
6
-
This is the reason you see a `pnpm-lock.yaml`. That being said, any package
7
-
manager will work. This file can be safely be removed once you clone a template.
5
+
This is the reason you see a `pnpm-lock.yaml`. That being said, any package manager will work. This file can be safely be removed once you clone a template.
8
6
9
7
```bash
10
8
$ npm install # or pnpm install or yarn install
@@ -18,20 +16,16 @@ In the project directory, you can run:
18
16
19
17
### `npm dev` or `npm start`
20
18
21
-
Runs the app in the development mode.<br> Open
22
-
[http://localhost:3000](http://localhost:3000) to view it in the browser.
19
+
Runs the app in the development mode.<br> Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
23
20
24
21
The page will reload if you make edits.<br>
25
22
26
23
### `npm run build`
27
24
28
-
Builds the app for production to the `dist` folder.<br> It correctly bundles
29
-
Solid in production mode and optimizes the build for the best performance.
25
+
Builds the app for production to the `dist` folder.<br> It correctly bundles Solid in production mode and optimizes the build for the best performance.
30
26
31
-
The build is minified and the filenames include the hashes.<br> Your app is
32
-
ready to be deployed!
27
+
The build is minified and the filenames include the hashes.<br> Your app is ready to be deployed!
33
28
34
29
## Deployment
35
30
36
-
You can deploy the `dist` folder to any static host provider (netlify, surge,
37
-
now, etc.)
31
+
You can deploy the `dist` folder to any static host provider (netlify, surge, now, etc.)
0 commit comments