File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -39,22 +39,19 @@ We recommend locking Node.js versions via tools like [Volta](https://volta.sh/)
3939
4040### Setup
4141
42- 1 . Install dependencies.
42+ Install dependencies.
4343
44- ``` sh
45- npm install
46- ```
47-
48- 2 . Configure environment variables.
49- - Place ` .env.local ` at the project root and define settings with the ` VITE_ ` prefix.
44+ ``` sh
45+ npm install
46+ ```
5047
51- 3 . Start the development server.
48+ ### Development Server
5249
53- ``` sh
54- npm run dev
55- ```
50+ Start the development server (defaults to ` http://localhost:5173 ` with hot module replacement enabled).
5651
57- - Vite boots at ` http://localhost:5173 ` by default with hot module replacement enabled.
52+ ``` sh
53+ npm run dev
54+ ```
5855
5956### Scripts
6057
You can’t perform that action at this time.
0 commit comments