From 8b63f7a9b9154c2f7c748b030444257d945126ab Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Wed, 29 Nov 2023 20:39:36 +0000 Subject: [PATCH] Remove references to npm start and dev --- DEVELOP.md | 12 ------------ package-lock.json | 4 ++-- package.json | 1 - 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/DEVELOP.md b/DEVELOP.md index ce4a34ddb6..ea17d4405f 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -27,16 +27,6 @@ Here's what you need to know about how the files are structured in both git and Run `npm install` to install the npm dependencies. -## Docs site - -The Primer CSS docs are built with React using [Doctocat](https://primer.style/doctocat) and automatically deployed on every push to this repo with [Now]. You can run the server locally with: - -```sh -npm start -``` - -Then visit http://localhost:8000 to view the site. - ### The docs directory The [docs directory](../docs/) contains all of the documentation files in our docs site. Files are nested in the `/content` folder. @@ -66,10 +56,8 @@ Stories are individual `.jsx` or `.mdx` files that contain component HTML for pr Our [`package.json`](package.json) houses a collection of [run-scripts] that we use to maintain, test, build, and publish Primer CSS. Run `npm run