We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4601d0 commit a806d01Copy full SHA for a806d01
README.md
@@ -20,7 +20,7 @@
20
<ul>
21
<li>Node.js (v12+)</li>
22
<li>NPM or Yarn</li>
23
- <li>Basic knowledge of React</li>
+ <li>Basic knowledge of React and Vite</li>
24
</ul>
25
26
<h2 id="installation">Installation</h2>
@@ -54,7 +54,7 @@ npm install
54
<h2 id="running-the-project">Running the Project</h2>
55
<p>After installation, you can run the project locally:</p>
56
<pre><code># Start the development server
57
-npm start
+npm run dev
58
</code></pre>
59
60
<h2 id="contributing">Contributing</h2>
0 commit comments