Skip to content

Latest commit

 

History

History

contents

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ACME Contents Database

MySQL database accessible using Prisma for contents data.

See root's README.md for info on running and linking a local Docker container for database.

Setup

pnpm install

# Copy env vars
pnpm env:local

Available scripts

Build

pnpm build

# To --watch
pnpm build:watch

Generate Prisma client

pnpm db:generate

Seed example data

pnpm db:seed

Lint

pnpm lint
# To fix lint
pnpm lint:fix