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
- Host: GitHub
- URL: https://github.com/edwinm/playground
- Owner: edwinm
- License: mit
- Created: 2020-05-23T18:35:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T22:50:52.000Z (about 1 year ago)
- Last Synced: 2025-02-14T17:43:07.636Z (3 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`