https://github.com/mit-spark/robotrepresentations-rss2023
Robot Representations Workshop @ RSS 2023
https://github.com/mit-spark/robotrepresentations-rss2023
Last synced: 4 months ago
JSON representation
Robot Representations Workshop @ RSS 2023
- Host: GitHub
- URL: https://github.com/mit-spark/robotrepresentations-rss2023
- Owner: MIT-SPARK
- License: mit
- Created: 2023-02-07T14:51:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T09:15:20.000Z (almost 3 years ago)
- Last Synced: 2025-10-06T03:40:38.459Z (9 months ago)
- Language: SCSS
- Homepage: https://mit-spark.github.io/robotRepresentations-RSS2023/
- Size: 31.1 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Workshop Template
Before you start, make sure you have the following installed:
- Ruby 2.X (you can use `rvm` or `rbenv` to manage your Ruby versions)
- Jekyll
- Bundler
Than install the website dependencies
```bash
make install
```
## Running the website locally
```bash
make serve
```