Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Easily do proof of concepts and experiments
- Host: GitHub
- URL: https://github.com/edwinm/playground
- Owner: edwinm
- License: mit
- Created: 2020-05-23T18:35:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T22:50:52.000Z (8 months ago)
- Last Synced: 2024-04-14T22:45:26.584Z (7 months ago)
- Language: HTML
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`