
Technocoloured Shadow Gleeker
20 Followers
I’m finally up and running with frames.js! I’m excited to start building with it... especially now that I can build and debug locally 😉
Hello - let’s catch up - I sent you a message on discord
I had that problem earlier. To solve: I git cloned frames.js to a fresh directory, cd frames.js, then I added “node-gyp-build”:”^4.7.1” to package.json devdependencies, then npm install (I was having problems with hyp-build 4.8.0). Then go into examples/frames js-starter and npm install
I mainly use Next.js (front and back end same code base - its flexible). Vercel is the go to for Nextjs. You can also use AWS’s app launcher and auto deploy from git for your CI pipeline...