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

Not working in local computer #1

Open
iamrajdeepdas opened this issue Mar 3, 2025 · 2 comments
Open

Not working in local computer #1

iamrajdeepdas opened this issue Mar 3, 2025 · 2 comments

Comments

@iamrajdeepdas
Copy link

I have downloaded the zip from GitHub and tried to run it on my local computer. But it didn't work. https://drive.google.com/file/d/14JNIJHwsNgrdVFOQPX8kMktYNLDeof2q/view?usp=sharing

Also, the tool seems broken on mobile devices. can you fix it for the mobile/tablet devices?

Also this sliding image section on mobile/tablet like tiermaker.com https://drive.google.com/file/d/1m_e4rYuiZ7H9Y95ZGnqRLFBkaUYpYpSa/view?usp=sharing

@refinedguides
Copy link
Owner

The script uses ES modules, so you'll need to run it on a local web server instead of opening it directly with file://. You can use VS Code Live Server or Python's built-in server (python3 -m http.server 8000).

As for the sliding image section, I’ve updated the code to make the cards container scrollable on mobile.

@iamrajdeepdas
Copy link
Author

Hi,

Thank you for the prompt response.

I tested on my mobile but still the tier maker is not working for mobile. Can you have a try?

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