Skip to content

Commit c443571

Browse files
authored
Merge pull request #624 from traPtitech/chore/update-readme-setup-ja
chore: align English README setup section
2 parents 33c2574 + b48fe8b commit c443571

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)