Table of Contents
You can simply copy the git repository and install the dependencies with pip in a virtual environment:
pip install -r requirements.txt
Or you can use Docker. Pull the image from the Accelerate Science Docker Hub repository:
docker pull acceleratescience/website-pages-template
To enter the container, run
docker run -it -p 8080:8080 website-pages-template /bin/bash
I suggest using the VSCode Remote - Containers extension to develop in the container. This will allow you to use the VSCode editor on your local machine while running the code in the container.
To serve locally, run
mkdocs serve
ENTER PREREQUISITES HERE
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under a GNU GPL-3.0 License. See LICENSE
for more information.