# design **Repository Path**: ros2cn/design ## Basic Information - **Project Name**: design - **Description**: Fork from https://github.com/ros2/ - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: define_conflicts - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-27 - **Last Updated**: 2022-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ROS 2.0 design This repository is a [Jekyll](http://jekyllrb.com/) website hosted on [Github Pages](http://pages.github.com/) at http://design.ros2.org/. The repository/website is meant to be a point around which users can collaborate on the ROS 2.0 design efforts as well as capture those discussions for posterity. The best mailing list for discussing these topics is [ros-sig-ng-ros@googlegroups.com](mailto:ros-sig-ng-ros@googlegroups.com). You can view the archives [here](https://groups.google.com/forum/?fromgroups#!forum/ros-sig-ng-ros) ## Working Locally You can run the site locally by running this command in this repository: ``` jekyll serve --watch --baseurl='' ``` And navgiating to your browser to: [http://localhost:4000/](http://localhost:4000/) ## Site Setup Site is a Jekyll website with `design.ros2.org` as the `CNAME`. The site requires no static generation outside of github's static jekyll generation, which means that changes are published to the site as soon as they are pushed (can take up to 10 minutes for github to update the site). The github login (for showing pull requests) also requires that https://github.com/prose/gatekeeper is setup in heroku, and the url for that is http://auth.design.ros2.org/authenticate/TEMP_TOKEN. Because of the free Heroku instance, the first time someone logins in after a period of time, there is a delay.