Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Convert to Zod in web view & unable to load locally #1

Open
danalexilewis opened this issue Oct 24, 2020 · 2 comments
Open

No Convert to Zod in web view & unable to load locally #1

danalexilewis opened this issue Oct 24, 2020 · 2 comments

Comments

@danalexilewis
Copy link

Hey @bradennapier - first: awesome idea for an extension/webservice.

Unfortunately I have not been able to get either to work - maybe I am just missing something critical.

Specifically:

Viewing ts-ast-viewer.com

I just don't see the convert to zod menu item.

image

Running locally

I also cannot workout how to. run the repo locally - I tried using jekyll to build and serve it as its a gh page right?

I also tried pulling down the extension to run it locally - but didn't know where to start with that either 😅

@danalexilewis danalexilewis changed the title No Zod in web view & unable to load locally No Convert to Zod in web view & unable to load locally Oct 24, 2020
@bradennapier
Copy link
Owner

bradennapier commented Oct 27, 2020

Yeah this is a fork of ts-ast-viewer so it isn't live there

All you should need to do here is

# install
yarn install

# run locally, this can take a long time to boot up
yarn start

iirc it takes a REALLY long time to start because it is still adding like 7 versions of typescript in completely so you can switch between them, which really isn't needed for this feature... but it was a crude fork of ts-ast-viewer :-D

@bradennapier
Copy link
Owner

bradennapier commented Oct 27, 2020

Confirmed - yarn and yarn start and waiting long enough should load it up on localhost:3000

image

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants