An open API service indexing awesome lists of open source software.

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

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
```