Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Mar 25, 2024
1 parent dbbcb1f commit 43dbdee
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# How to Contribute

1. Clone the repository:

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

2. Install `docsify-cli` globally:

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

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

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

4. 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 43dbdee

Please sign in to comment.