https://github.com/danielesteban/sandbox
https://github.com/danielesteban/sandbox
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielesteban/sandbox
- Owner: danielesteban
- License: mit
- Created: 2022-08-26T21:30:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T11:03:31.000Z (over 2 years ago)
- Last Synced: 2025-02-28T11:56:37.541Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://sandbox.gatunes.com/
- Size: 660 KB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[sandbox](https://github.com/danielesteban/sandbox)
==
[](https://sandbox.gatunes.com)
### Dev environment
```bash
# clone repo:
git clone https://github.com/danielesteban/sandbox.git
cd sandbox
# install dependencies:
pnpm install
# start environment:
pnpm start
# open http://localhost:8080/ in your browser
```