Skip to content

Commit

Permalink
Merge pull request #58 from mblarsen/feature/contributing
Browse files Browse the repository at this point in the history
docs: add instruction on how to contribute
  • Loading branch information
cbj4074 authored Dec 31, 2020
2 parents abffcde + 7862e65 commit 6b0befe
Show file tree
Hide file tree
Showing 3 changed files with 5,446 additions and 180 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@

Welcome to the indieHD project documentation.

This document repository aims to be a comprehensive guide to all development-related aspects of the indieHD project and caters specifically to web-developers and programmers.
This document repository aims to be a comprehensive guide to all development-related aspects of the indieHD project and caters specifically to web-developers and programmers.

?> Use the sidebar to navigate the documentation

Thanks for your interest and support!

-indieHD, LLC (and team)

# Contributing

The indieHD documentation site is built using `docsify`. To start a local server, run:

```shell
npm run serve
# or yarn serve
```

By default, the site will run on http://localhost:3000.
Loading

0 comments on commit 6b0befe

Please sign in to comment.