https://github.com/phase2/phase2.github.io
Phase2 Documentation
https://github.com/phase2/phase2.github.io
Last synced: 4 months ago
JSON representation
Phase2 Documentation
- Host: GitHub
- URL: https://github.com/phase2/phase2.github.io
- Owner: phase2
- Created: 2016-03-02T01:12:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T18:48:18.000Z (over 8 years ago)
- Last Synced: 2025-06-15T11:07:03.587Z (12 months ago)
- Language: HTML
- Homepage: https://phase2.github.io
- Size: 3.01 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Phase2 Documentation - [View Here](http://phase2.github.io)
This is Jekyll site that serves a jumping off point for our documentation; feel free to contribute to any of the documentation files here!
## Working on site locally
```bash
bundle install
bundle exec jekyll serve --watch
```