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

https://github.com/blendify/school

A mega repository of school related coding projects
https://github.com/blendify/school

Last synced: 5 months ago
JSON representation

A mega repository of school related coding projects

Awesome Lists containing this project

README

          

# school
A mega repository of school related coding projects

## Checking out the repository

```
git clone hhttps://github.com/Blendify/school.git
cd school
git submodule update --init --recursive
git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master
```