Skip to content

Commit

Permalink
docs: πŸ“ Remove deprecated yarn command (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida authored Jan 2, 2025
1 parent adae696 commit 6fc2f92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ The Fleek Network documentation and guides source.
### πŸ€– Installation

```
yarn
npm i
```

### 🏠 Local Development

```
yarn start
npm run start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### πŸ‘· Build

```
yarn build
npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.
Expand All @@ -44,7 +44,7 @@ Any new commit into the `main` branch will trigger the [Deploy (Github pages)](h
Alternatively, to publish manually to `gh_pages` use the `deploy` command. Here we prefix the command with the optional variables.

```sh
USE_SSH=true GIT_USER=<Your github username> yarn deploy
USE_SSH=true GIT_USER=<Your github username> npm run deploy
```

πŸ’‘ The command requires you to have Git authenticated via ssh.
Expand Down Expand Up @@ -76,7 +76,7 @@ API_KEY=<YOUR API KEY>
Then you need to start the crawl according to your configuration.

```
yarn crawl:docker
npm run crawl:docker
```

### πŸ‘©β€πŸŽ¨ Custom domain
Expand Down

0 comments on commit 6fc2f92

Please sign in to comment.