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?
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
to
package.json), webpack succesfully bundles up everything and makes it available at http://localhost:9000/webpack-dev-server/index.htmlHowever, 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?