Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zigfisher/research
Experiments with mkdocs
https://github.com/zigfisher/research
Last synced: about 2 months ago
JSON representation
Experiments with mkdocs
- Host: GitHub
- URL: https://github.com/zigfisher/research
- Owner: ZigFisher
- License: gpl-3.0
- Created: 2023-10-16T13:46:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-18T09:30:26.000Z (about 1 year ago)
- Last Synced: 2024-10-16T01:48:00.517Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 43.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExpressLRS.org Website
![License](https://img.shields.io/github/license/ExpressLRS/Website)
[![Chat](https://img.shields.io/discord/596350022191415318)](http://discord.gg/dS6ReFY)
[![Donate](https://img.shields.io/badge/Donate-PayPal-253B80.svg)](https://www.paypal.com/donate?hosted_button_id=FLHGG9DAFYQZU)ExpressLRS.org website source code
## Need help? Confused? Join the Community!
- [Discord Chat](https://discord.gg/dS6ReFY)
- [Facebook Group](https://www.facebook.com/groups/636441730280366)## Installation
You need to have [docker](https://docs.docker.com/engine/install/)
and [docker-compose](https://docs.docker.com/compose/install/) installed in your environment.If you edit the docs in vscode when you open the top level directory it will ask if you wish to `Reopen in Container` click that button and vscode will automatically run `docker compose up` which will then start serving the documentation as below, otherwise you can do it manually as below.
Then you need to build your container:
```
docker compose build
```and start mkdocs server:
```
docker compose up
```After server is running visit [http://localhost:8000/](http://localhost:8000/).
Test 2023101601