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

https://nts-web.oscarrc.me produces connection timeout on Cloudflare / HTTP error 522 #43

Open
ForeverNooob opened this issue Nov 9, 2024 · 1 comment

Comments

@ForeverNooob
Copy link

ForeverNooob commented Nov 9, 2024

2024-11-09-104621_982x542_scrot

Alternatively, would it be possible to add build instruction of some kind so that we're not dependent on an externally hosted webapp?
For example, I just dragged and dropped nts-web/index.html into Chromium but all I got seemed to be a blank page.

Thanks in advance.

@oscarrc
Copy link
Owner

oscarrc commented Nov 9, 2024

I will look into that.

You can in fact, build it locally, you just need to clone the repo and in it's folder do

npm install
npm run build // To create a production build or
npm start // To run it locally

Also, if you opened the app before it should be cached and you won't even need to hit the server.

I hope this is helpful.

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