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 `pnpm up -Lri`.
4
-
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.
6
-
7
3
```bash
8
4
$ npm install # or pnpm install or yarn install
9
5
```
@@ -14,7 +10,7 @@ $ npm install # or pnpm install or yarn install
14
10
15
11
In the project directory, you can run:
16
12
17
-
### `npm dev` or `npm start`
13
+
### `npm run dev` or `npm start`
18
14
19
15
Runs the app in the development mode.<br>
20
16
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
@@ -26,9 +22,4 @@ The page will reload if you make edits.<br>
26
22
Builds the app for production to the `dist` folder.<br>
27
23
It correctly bundles Solid in production mode and optimizes the build for the best performance.
28
24
29
-
The build is minified and the filenames include the hashes.<br>
30
-
Your app is ready to be deployed!
31
-
32
-
## Deployment
33
-
34
-
You can deploy the `dist` folder to any static host provider (netlify, surge, now, etc.)
25
+
This build gets included in the apk after the next rebuild of the app.
0 commit comments