开源软件名称(OpenSource Name):grow/grow开源软件地址(OpenSource Url):https://github.com/grow/grow开源编程语言(OpenSource Language):Python 97.1%开源软件介绍(OpenSource Introduction):Grow.devGrow is a declarative tool for rapidly building, launching, and maintaining high-quality static HTML.
Quick startOne time only: install # On Mac with Homebrew (https://brew.sh/).
brew install pipenv libyaml
# On Ubuntu.
sudo apt install -y pipenv libyaml-dev
# On other distributions.
sudo apt install python-pip; pip install pipenv Next: install and run Grow using a starter. git clone https://github.com/grow/starter
cd starter
pipenv install
pipenv run grow install
pipenv run grow run DocumentationVisit https://grow.dev to read the documentation. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论