Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edwinm/playground

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

Last synced: 3 days 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`