Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the contributing to .github templates #13

Closed
viferga opened this issue Feb 8, 2024 · 1 comment
Closed

Move the contributing to .github templates #13

viferga opened this issue Feb 8, 2024 · 1 comment

Comments

@viferga
Copy link
Member

viferga commented Feb 8, 2024

Is your feature request related to a problem? Please describe.
Recently @vr-varad did a PR about how to contribute to this repo, and this is polluting the core info in the readme, the ideal would be to create a contribute template with this info. I am leaving the info here.

## 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).
@viferga
Copy link
Member Author

viferga commented Mar 25, 2024

Done: #14 (comment)

@viferga viferga closed this as completed Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant