https://github.com/fastlane/fastlane.tools
The website, powering fastlane.tools
https://github.com/fastlane/fastlane.tools
Last synced: 28 days ago
JSON representation
The website, powering fastlane.tools
- Host: GitHub
- URL: https://github.com/fastlane/fastlane.tools
- Owner: fastlane
- License: other
- Created: 2014-12-10T13:59:48.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-08-08T21:50:42.000Z (2 months ago)
- Last Synced: 2025-09-13T06:37:37.497Z (about 1 month ago)
- Language: HTML
- Homepage: https://fastlane.tools
- Size: 27.7 MB
- Stars: 18
- Watchers: 11
- Forks: 16
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Run `fastlane generate` to generate the short links
```
https://fastlane.tools/sigh
```### Making changes
fastlane uses an open source platform called Grow. Follow the [installation instructions](https://github.com/grow/grow) to get started.
Once grow is installed, `cd` into `_grow` and run `grow install`.
Execute `grow run`, and open your browser to `http://localhost:8080`.
Once you're happy with your changes, run `grow deploy`, which will publish all changes to the root directory.
### Installation
grow requires Python 2. The suggested method for running specific versions of Python is [pyenv](https://github.com/pyenv/pyenv).
```
brew install pyenv
pyenv install 2.7.14
pyenv local 2.7.14
pip install grow
```