Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 953 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 953 Bytes

Story Spend

An expenses app for authors. Built with Next.js.

Copyright notice and statement

This repository does not offer any license for the code contained within it. All rights are reserved.

Nobody can copy, distribute, or modify the work without being at risk of take-downs, shake-downs, or litigation.

Requirements

Getting Started

Install dependencies:

bun install

Environment variables:

cp .env.example .env.local

and update the values in .env.local.

Setup the database (seed it after logging in, having creating a user):

bunx prisma migrate dev --skip-seed

Run the development server:

bun dev

Open http://localhost:3000 with your browser and sign in.

Seed the database:

bunx prisma db seed