question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to get the app to run locally?

See original GitHub issue

Hi there,

I just stumbled upon this project. I understand that the app does no longer exist as a service and you open-sourced it. Now I’m trying to get it to run locally. After some issues getting it to run at all (had to use node 11 and add

  "resolutions": {
    "@babel/preset-env": "7.5.5"
  }

to package.json), webpack succesfully bundles up everything and makes it available at http://localhost:9000/webpack-dev-server/index.html

However, all I see after the loader is “Prototypo is no more”, so exactly the same as https://app.prototypo.io/. I had expected to be able to run the app locally without any sign-in etc., but I was obviously wrong. How can we run the app locally?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rahul-dutt-sharmacommented, Nov 30, 2022

the tool now runs but unable to export the font

1reaction
Jolg42commented, Mar 19, 2021

Hello, you can actually revert the last commit to retrieve the signin/signup views. But since we used Graphcool for our backend, I’m not sure what will happen next. GraphCool shut down a few days ago and is now Prisma, but we haven’t migrated the service because of the Prototypo company shutdown.

Sad about the Shutdown 😢 Funny that I now work at Prisma, I didn’t know you were using GraphCool 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Running your application locally - IBM
Open a browser and type http://localhost:5000 in the address bar. If your app has REST endpoints you can call them at this URL....
Read more >
Running the App Locally - makeitopen.com
Running the App Locally · Clone the repo · Install dependencies · Start the server · Run the App · Facebook Open Source....
Read more >
Running Apps Locally | Heroku Dev Center
Run your app locally using the Heroku Local command line tool · Set up your local environment variables · Copy Heroku config vars...
Read more >
How To Run Your First Go Application In Three simple steps
Visit https://golang.org/doc/install and download the appropriate installer. After the download is finished, open the installer and follow the steps described ...
Read more >
Running a Locally Installed Application Inside a Virtual ...
You can run a locally installed application in a virtual environment, alongside applications that have been virtualized by using Microsoft ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found