docs(readme): improve formatting

This commit is contained in:
Jeremy Kahn 2024-04-21 21:06:19 -05:00
parent 24ac1f1bcd
commit 91ef4ad32f

View File

@ -173,22 +173,21 @@ This will install all of the dependencies.
In the project directory, you can run:
### `npm dev`
#### `npm dev`
Runs the entire stack (client + WebTorrent tracker) locally.
### `npm start`
#### `npm start`
Runs the front end app in the development mode. Uses public WebTorrent trackers.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
Runs the front end app in the development mode. Uses public WebTorrent trackers. Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.
### `npm test`
#### `npm test`
Launches the test runner in the interactive watch mode.
### `npm run build`
#### `npm run build`
Builds the app for production to the `dist` folder. It correctly bundles React in production mode and optimizes the build for the best performance.