Help setting up Knit

  1. What do you want to achieve? Keep it simple and clear!
    To setup knit in my VSCode project.

  2. What is the issue? Include screenshots / videos if possible!
    I cant seem to understand how to set it up.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried looking at the official Github documentation and videos but I have yet to understand how to set it up.

Thanks.

1 Like

Download the zip from the latest release: GitHub

The zip contents will look like this:

image

Drag the folder called ‘Knit’ into the shared folder of your project’s source. (Unless you have your file structure setup differently - Knit just needs to point to ReplicatedStorage)

your-project-name > src > shared

image

This will update the file browser in VSCode:

image

https://sleitnick.github.io/Knit/gettingstarted/

3 Likes