An open API service indexing awesome lists of open source software.

https://github.com/zerasul/genesis-code-docs

Genesis Code Extension Documentation
https://github.com/zerasul/genesis-code-docs

documentation extension genesis hacktoberfest megadrive mkdocs vscode

Last synced: about 1 month ago
JSON representation

Genesis Code Extension Documentation

Awesome Lists containing this project

README

        

# genesis-code-docs

[![ci](https://github.com/zerasul/genesis-code-docs/actions/workflows/publish.yml/badge.svg)](https://github.com/zerasul/genesis-code-docs/actions/workflows/publish.yml)

Genesis Code Extension Documentation
This is the repository with the web page of the [Genesis Code Documentation](https://zerasul.github.io/genesis-code-docs).

This project uses [Mkdocs](https://www.mkdocs.org/) and Python 3.

To Run this project you need Python 3 Installed and ```Pip``` Package Manager too. Also, the package ```pipenv``` is needed to run this project.

To install ```pipenv``` type this command with pip:

```pip install pipenv```

Later, use pipenv to run and serve this project.

```pipenv run mkdocs serve```.

For more information see Genesis [Genesis Project Repository](https://github.com/zerasul/genesis-code).