Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 708 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 708 Bytes

Geometric placeholder

A Remix application for generating geometric placeholder images using Primitive.

Forked from sndrem/fagdag-stand-bekk-2022, created for a conference at @bekk.

Screenshot

Screenshot

Installation

npm install
npm run dev

Development

The application assumes a .env file in the following format:

UNSPLASH_ACCESS_KEY=<secret>
DATABASE_URL=file:./dev.db

To reset the database, run npx prisma migrate reset.

Run npx prisma db push and npx prisma generate to apply changes to the database schema.