Closed arcontechnologies closed 4 years ago
Hey, if you're looking to get the app running locally, you need to edit the schema.prisma
file to look like this at the top:
datasource DS {
provider = "sqlite"
url = env("DATABASE_URL")
}
To add a new country, Worldometers scraping is currently broken. Can you assist in #4?
Hi,
I do not know yarn and nodejs. So I installed both of them and modules were instralled by after. The issue I'm facing is when I'm running : yarn redwood db seed
it tells me :
the schema.prisma looks like this
How can I add a new country ?
Any insight on what I doing wrong ? thanks