Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patriciogonzalezvivo/lygia_p5_examples


https://github.com/patriciogonzalezvivo/lygia_p5_examples

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Make sure to clone this repository and their submodules recursivelly

```bash
git clone --recursive https://github.com/patriciogonzalezvivo/lygia_p5_examples.git
```

If you already clone it with out the `--recursive` flag, just do

```bash
git pull
git submodule init
git submodule update
```