I'm a user that forked and I am trying to run a copy of the site so I can make a similar site.
In the ai folder, there is no information about where meetup folder comes from or what it is. All I know is that it's an object that contains an ai array.
When I try to yarn start the ai folder, it says:
error TS2307: Cannot find module './meetup' or its corresponding type declarations.
9 import { meetup } from './meetup'
How do I resolve?
Also, do you have any info about how to setup the Github actions? Normally a site can be build statically, with next export but this site cant be built that way. So, therefore, knowing how you setup your Github actions might help me understand how you build & deploy without using next export.
I'm a user that forked and I am trying to run a copy of the site so I can make a similar site.
In the ai folder, there is no information about where meetup folder comes from or what it is. All I know is that it's an object that contains an
ai array.When I try to
yarn starttheaifolder, it says:How do I resolve?
Also, do you have any info about how to setup the Github actions? Normally a site can be build statically, with
next exportbut this site cant be built that way. So, therefore, knowing how you setup your Github actions might help me understand how you build & deploy without usingnext export.