95d2854548869c83d3e704c8a560df53a94e9ca3
				
			
			
		
	Pleroma -> Ollama Bot Setup
- Clone project
- Install Node v22.11.0if you don't have it already- If using nvm, justnvm install 22.11.0and thennvm use 22.11.0if necessary
 
- If using 
- cdinto the project directory
- Run npm install
- Run npx prisma migrate dev --name init
- To start, run npm run start
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.
Description
				
					Languages
				
				
								
								
									TypeScript
								
								100%