https://github.com/emnudge/ts-playground-plugin-github-explorer
Explore Github on TS Playground
https://github.com/emnudge/ts-playground-plugin-github-explorer
Last synced: about 1 year ago
JSON representation
Explore Github on TS Playground
- Host: GitHub
- URL: https://github.com/emnudge/ts-playground-plugin-github-explorer
- Owner: EmNudge
- Created: 2020-02-28T21:27:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T19:18:36.000Z (over 3 years ago)
- Last Synced: 2025-04-14T02:55:32.003Z (about 1 year ago)
- Language: Svelte
- Homepage:
- Size: 846 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-playground-plugin-github-explorer
This is a plugin for typescript-playground. It allows you to explore a github repo through the plugins panel, selecting files to fill the code area with.
This was made using [this repo](https://github.com/gojutin/typescript-playground-plugin-svelte) as a template during a TS workshop at Codecademy.
## Usage
1. clone this repo
2. `cd` into the cloned directory
3. run `npm install`
4. run `npm run start` or `yarn start`
5. navigate to the typescript playground, go to the options panel, and tick "`Connect to localhost:5000`"