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

launch.json #6

Open
daviddekoning opened this issue Dec 12, 2024 · 1 comment
Open

launch.json #6

daviddekoning opened this issue Dec 12, 2024 · 1 comment

Comments

@daviddekoning
Copy link

In the 'Setup' video, it mentions a Task to launch the viewer locally, but the repo's .gitignore file says to skip everything in the .vscode folder, which includes launch.json (where I suspect that task is defined).

Can the launch.json that includes that task be added to the repo or some instructions added for creating the preview task?

@olszewski-grzegorz
Copy link

I don't think there is any specifc task file created in this repo. I suppose that Léon is using Live Preview extension for VS Code, which can be invoked in the way presented in the video.
The viewer is written in minimalistic way. Dependencies like three.js are loaded directly from cdnjs, so no node stuff is needed. To go live all you need is Live Preview extension or Live Server, which is more widely used for such stuff.

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