https://github.com/plantinformatics/pretzel-documentation-website
https://github.com/plantinformatics/pretzel-documentation-website
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plantinformatics/pretzel-documentation-website
- Owner: plantinformatics
- Created: 2024-01-18T03:28:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T03:48:24.000Z (8 months ago)
- Last Synced: 2024-10-19T08:12:57.173Z (8 months ago)
- Language: Shell
- Size: 703 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
## Local setup
Please make sure docker is installed on your machine before running the following
[https://www.docker.com/](https://www.docker.com/)Run the following in the directory where you have pulled the repo. This will run an interactive preview while you make changes
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
This can be accessed locally at
http://0.0.0.0:8000/## Deployment
Below is a version where process is started in the backgrounddocker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material