Skip to content

jamesmart77/bible-nextjs

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Live application

🔗 Visit JustScripture

Getting Started

Node v22+

First, run the development server:

npm i
npm run dev

Open https://localhost:3000 with your browser to see the result.

Chakra

To add new Chakra snippets, execute the following script in your terminal npx @chakra-ui/cli snippet add toggle-tip --outdir app/components/chakra-snippets

DB

Supabase postgres database. Setup is under...

/supabase

To add new migrations for db schema updates, run...

npx supabase migration new init

Supabase recommends keeping the timestamp prefix to ensure the order of the migrations is always correct.

To push migrations to the deployed database, use the Supabase CLI command...

npx supabase db push

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages