Untitled

 avatar
unknown
plain_text
2 years ago
547 B
8
Indexable
Git pull
Set up .env file with local files
Get branch —>  to check in the dev main
docker compose --version —> Check if installed correctly
docker compose -f docker-compose.local.yml up -d —> start up database in Docker
		 docker compose -f docker-compose.local.yml down —> Shut down 
npm install --> Last version of npm
npm prisma generate —> update prima client
npm prisma migrate deploy —> deploy to connect to the local one
npm run dev —>  start app locally after start up database

Npx prisma studio —> Check content database.
Editor is loading...