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
<p>The package manager used to install and link dependencies must be <code>pnpm</code> or <code>yarn</code>. <code>npm</code> wont work.</p>
137
+
<p>To develop and test:
138
+
if you use <code>yarn</code> then run <code>yarn</code>
139
+
if you use <code>pnpm</code> then run <code>pnpm i</code></p>
132
140
<p><strong>Interactive Menu:</strong></p>
133
141
<p>To start the interactive menu, run <code>npm start</code> (or <code>yarn start</code> or <code>pnpm start</code>). This will list all of the commonly used scripts.</p>
<pre><codeclass="language-bash"><spanclass="hl-1">npm run build</span><br/><br/><spanclass="hl-1">npm run build.angular </span><spanclass="hl-3"># or for Angular</span>
146
+
<pre><codeclass="language-bash"><spanclass="hl-1">npm run build.all</span>
<pre><codeclass="language-bash"><spanclass="hl-1">npm run demo.[ng|react|svelte|vue].[ios|android]</span><br/><br/><spanclass="hl-1">npm run demo.svelte.ios </span><spanclass="hl-3"># Example</span>
152
+
<pre><codeclass="language-bash"><spanclass="hl-1">npm run demo.[ng|react|svelte|vue].[ios|android]</span><br/><br/><spanclass="hl-1">npm run demo.svelte.ios </span><spanclass="hl-2"># Example</span>
0 commit comments