Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.54 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.54 KB

The Lonely Lands

A collection of thoughts, musings, and memories written down over the years by Dinil Fernando (aka. blekmus/walker).

Built on Nextjs using Typescript. Custom user frontend with Mantine admin dashboard. Connected to SQLite database with Prismajs and Apollo Graphql.

Previews

image

Admin Dashboard

image

image

Setting up

npm install
npx prisma generate
npx prisma migrate dev --name init

# Copy entries file to prisma folder
npm run seed