You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
the Slack channel isn't currently working so I wanted to reach out to ask for help. I have cloned this repo, but when having to reference a lab.js file in the starterkit folder, the code wouldn't work since there was no lab.js file even after I created a blank one. I found a solution in replacing the refernece to a CDN file: <script src="https://cdn.jsdelivr.net/npm/lab.js"></script>
However, I was wondering if there was a way to fix this such that I could refer to a lab.js file without relying on a server and just using my local computer. Is there something I am doing wrong or is this simply not possible?
The text was updated successfully, but these errors were encountered:
Hi, I hope I could help.
Click this link -> https://github.com/FelixHenninger/lab.js/releases. Download the compressed file. After you extract the file, cd to src/starterkit. You can run locally by following the steps.
Hello,
the Slack channel isn't currently working so I wanted to reach out to ask for help. I have cloned this repo, but when having to reference a lab.js file in the starterkit folder, the code wouldn't work since there was no lab.js file even after I created a blank one. I found a solution in replacing the refernece to a CDN file: <script src="https://cdn.jsdelivr.net/npm/lab.js"></script>
However, I was wondering if there was a way to fix this such that I could refer to a lab.js file without relying on a server and just using my local computer. Is there something I am doing wrong or is this simply not possible?
The text was updated successfully, but these errors were encountered: