Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Feb 8, 2024
1 parent 76742d6 commit 85a734c
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,36 +60,3 @@ For more information about other install methodologies and platforms or Docker,
## Examples

You can find a complete [list of examples in the documentation](/docs/docs.md#_43-examples). If you are interested in submitting new examples, please [contact us in our chats](/docs/community.md#community).

## How to Contribute

### Starting Stack

- Clone the repository:

```bash
git clone https://github.com/metacall/landing-page.git
cd landing-page
```

### How to Run

1. Install `docsify-cli` globally:

```bash
npm install docsify-cli -g
```

2. Initialize docsify in the "./docs" directory:

```bash
docsify init ./docs
```

3. Run the local server with docsify:

```bash
docsify serve docs
```

You can now preview your site in your browser by navigating to [http://localhost:3000](http://localhost:3000).

0 comments on commit 85a734c

Please sign in to comment.