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

https://github.com/edwinm/playground

Easily do proof of concepts and experiments
https://github.com/edwinm/playground

Last synced: about 2 months ago
JSON representation

Easily do proof of concepts and experiments

Awesome Lists containing this project

README

        

# playground
Easily do proof of concepts and experiments

# Upgrade

Upgrade the playground to your own repository? First remove the playground repository,
then add your own repository.

```
git remote rm origin
git remote add origin https://github.com//.git
```

Update the information in `package.json` and recreate `package-lock.json`.

`npm install --package-lock`