Skip to content

Commit

Permalink
updating readme (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
manrodrigues authored Nov 13, 2023
1 parent 9358d02 commit f039779
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
## Orb Community Website

Orb documentation can be accessed [here](https://orb.community/).

This documentation is made in mkdocs, so for local development follow the steps below:

> ⚠️ Some mkdocs features do not render properly in pure markdown. Please, use the local server locally.
## Setup your Python environment

<b>You need to have python >= 3.8 installed</b>

Create a virtual environment: `$ python3 -m venv name_of_virtualenv`

Activate your virtual environment: `$ source name_of_virtualenv/bin/activate`

Install the required libraries: `$ pip install -r requirements.txt`


## Start the server

`$ mkdocs serve`

For more information access [mkdocs documentation](https://www.mkdocs.org/) and [material theme documentation](https://squidfunk.github.io/mkdocs-material/).
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdocs==1.5.3
mkdocs-material==9.4.8

0 comments on commit f039779

Please sign in to comment.