From 91ef4ad32f66ec5b1549e50017b10f6dc97ec259 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sun, 21 Apr 2024 21:06:19 -0500 Subject: [PATCH] docs(readme): improve formatting --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 133d7b2..4b8534b 100644 --- a/README.md +++ b/README.md @@ -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.