This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To create a migration, run:
npx prisma migrate dev --name [migration_name]
To apply a migration, run:
npx prisma db push
To generate a client, run:
npx prisma generate
To execute seed scripts, run:
npx prisma db seed
To generate image, run:
docker build -t carletti/secret-notes:[VERSION] .
To publish image, run:
docker push carletti/secret-notes:[VERSION]