Skip to content

Commit

Permalink
update docusaurus port to 3050
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 11, 2024
1 parent 37003d2 commit 2b2d4f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions docs/docs-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,29 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati

### Installation

```
$ pnpm install
```bash
brew install pnpm
pnpm install
```

### Local Development

```
$ pnpm start
```bash
pnpm start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the serverta
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. Access the website at [http://localhost:3050](http://localhost:3050).

### Build

```
$ pnpm build
```bash
pnpm build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

```
```bash
pnpm deploy
```
2 changes: 1 addition & 1 deletion docs/docs-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"start": "docusaurus start -p 3050",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
Expand Down

0 comments on commit 2b2d4f5

Please sign in to comment.