Skip to content

Commit 4e8eef3

Browse files
committed
chore: bump version, update registry, remove yarn
1 parent 8600452 commit 4e8eef3

File tree

6 files changed

+10445
-4671
lines changed

6 files changed

+10445
-4671
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ Refer to the <a href="https://docs.getsparkle.net">docs</a> for more info on how
8383
<p>To build sparkle you will need the following</p>
8484
<ul>
8585
<li><b>Node.js</b> v22 or higher</li>
86-
<li><b>Yarn</b></li>
8786
<li><b>Windows 10/11</b></li>
8887
</ul>
8988

@@ -113,17 +112,17 @@ cd Sparkle</code></pre>
113112
</li>
114113
<li>
115114
<b>Install dependencies:</b>
116-
<pre><code>yarn</code></pre>
115+
<pre><code>npm i</code></pre>
117116
</li>
118117
<li>
119118
<b>Start the app in development mode:</b>
120-
<pre><code>yarn dev</code></pre>
119+
<pre><code>npm run dev</code></pre>
121120
<i>This will launch Sparkle with hot reload for both the Electron main and renderer processes.</i>
122121
</li>
123122
<br/>
124123
<li>
125124
<b>Build for production:</b>
126-
<pre><code>yarn build</code></pre>
125+
<pre><code>npm build</code></pre>
127126
<i>This will generate optimized production builds.</i>
128127
</li>
129128
</ol>

0 commit comments

Comments
 (0)