Giter VIP home page Giter VIP logo

Comments (16)

TeisD avatar TeisD commented on September 27, 2024 2

If you're not after the latest version, you can check out the feat/offline_prototypo branch (#349). Still works for me!

from prototypo.

rahul-dutt-sharma avatar rahul-dutt-sharma commented on September 27, 2024 2

the tool now runs but unable to export the font

from prototypo.

yannickmathey avatar yannickmathey commented on September 27, 2024 1

Unfortunately no, because no one from the former team is working on this project anymore. It's a substantial task indeed to migrate from GraphCool to Prisma but any help is welcome if there is any interest. The first step might be to bypass the authentification when opening the app: the backend issue may be smaller than expected.

from prototypo.

TeisD avatar TeisD commented on September 27, 2024 1

@He1nr1chK Try running the app normally with npm run start the first time. This will open the sign in page and create a _hoodie_config object in localStorage in the background. From there on I could run the app with npm run offline.

from prototypo.

Jolg42 avatar Jolg42 commented on September 27, 2024 1

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 😃

from prototypo.

yannickmathey avatar yannickmathey commented on September 27, 2024

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.

from prototypo.

Connum avatar Connum commented on September 27, 2024

Thanks for getting back so quickly! Do you have any plans to adapt the code to make the app standalone, or is that something you'd leave for contributors to do if there's any interest? I tried to make it work yesterday, but it was a bit too entangled with API requests to the backend to make it work within the time that I had to play around, so this seems like a more extensive task.

from prototypo.

He1nr1chK avatar He1nr1chK commented on September 27, 2024

@TeisD I am trying to use the branch you suggested but I get Unhandled rejection ReferenceError: localClient is not defined when trying to create a font family. Did you have the same issue?

from prototypo.

He1nr1chK avatar He1nr1chK commented on September 27, 2024

@TeisD thanks a lot! Works perfectly

from prototypo.

paraampampampam avatar paraampampampam commented on September 27, 2024

Hello there, Is is possible to run on Windows OS ? Have installed pre requirements Git , node >= 4 with npm >= 3 or yarn but i cant start it with yarn. mby i have to download not master branch and need another for windows ?
Thanks

from prototypo.

yannickmathey avatar yannickmathey commented on September 27, 2024

@paraampampampam see above #767 (comment)

from prototypo.

samchop avatar samchop commented on September 27, 2024

Aw man I realize it might be hopeless since some pieces are deprecated but here goes. I'm attempting to use the offline branch mentioned above. I followed the readme instructions as best as possible. I set the right version of Node and npm and its able to install but when I runnpm start it fails immediately at gulp serve. I tried to set up the hoodie (whose links no longer work), I did npm install hoodie bc I couldn't find any other installation info for it. But hoodie new prototypo-hoodie fails and says the command can't be found.

If anyone has any suggestions please let me know 🙏

from prototypo.

Jolg42 avatar Jolg42 commented on September 27, 2024

From what I understand, Hoodie is just the name of the class here https://github.com/byte-foundry/prototypo/blob/master/app/scripts/services/hoodie.services.js so nothing to install.

The problems in this file is that it's dependent on an AWS url with multiple REST API endpoints and GraphQL queries and mutation to a service (Graphcool) that is now shutdown. And the prototypo part for both looks not public so it looks like you'll need to reimplement some things or remove them.

And it's used in many places for the Graphcool part, see https://github.com/byte-foundry/prototypo/search?q=apolloClient

from prototypo.

Typogram avatar Typogram commented on September 27, 2024

If you're not after the latest version, you can check out the feat/offline_prototypo branch (#349). Still works for me!

what version of node are you running?
Do you do:

npm install

then

npm run start

then

npm run offline

?

from prototypo.

TeisD avatar TeisD commented on September 27, 2024

I'm using node 11. If you are having issues with the feat/offline_prototypo branch, here are some things to try

  • remove line 5 from app/scripts/main.js (react-joyride-compiled.css)
  • change the version of bluebird in package.json from ^3.1.1 to ~3.1.1 (there is a compatibility issue with 3.7+)
  • use Chrome (on my machine it doesn't work in Firefox)

from prototypo.

ahmedkhoswan avatar ahmedkhoswan commented on September 27, 2024

Hello, Have anyone being successful get the software running? I have know programming knowledge, can someone provide an installable or executable file for the software? thanks

from prototypo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.