9145b07da7565bf321c3d71ce48760bfd378a2e0
				
			
			
		
	Pleroma -> Ollama Bot Setup
- Clone project
- Install npm 22.11.0 if you don't have it already
- cdinto the project directory
- Run npm install
- Run npx prisma init --datasource-provider sqlite --output ../generated/prisma
- Run npx prisma migrate dev --name init
- To run the software on a cronjob, use npm run once
Database Migrations
If you add stuff to the schema, follow the Prisma development workflow. This will apply the new schema to the database and generate a new Prisma client with type safety.
Setting as a system service will come at some point, or someone could contribute if they wanted.
Description
				
					Languages
				
				
								
								
									TypeScript
								
								100%