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
- Host: GitHub
- URL: https://github.com/zerasul/genesis-code-docs
- Owner: zerasul
- License: mit
- Created: 2019-09-12T20:58:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T17:37:57.000Z (9 months ago)
- Last Synced: 2024-08-04T19:43:22.242Z (9 months ago)
- Topics: documentation, extension, genesis, hacktoberfest, megadrive, mkdocs, vscode
- Homepage: https://zerasul.github.io/genesis-code-docs/
- Size: 3.04 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# genesis-code-docs
[](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).