We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dfb39 commit d165cbbCopy full SHA for d165cbb
README.md
@@ -44,7 +44,7 @@ Start the development server:
44
pnpm dev
45
```
46
47
-This will start a local server with live reloading. Visit `http://localhost:3000` to view the documentation.
+This will start a local server with live reloading. Visit `http://localhost:3020` to view the documentation.
48
49
### Building API Specs
50
package.json
@@ -4,7 +4,7 @@
4
"description": "API Specs and content files for Alchemy's documentation",
5
"license": "MIT",
6
"scripts": {
7
- "dev": "fern docs dev",
+ "dev": "fern docs dev --port 3020",
8
"check-links": "fern docs broken-links",
9
"fern:check": "fern check",
10
"fern:preview": "fern generate --docs --preview",
0 commit comments