Skip to content

tisorlawan/brp-web

Repository files navigation

Bible Reading Plan Web by Grant Horner

Setup

  1. npm install

  2. Generate css: npx tailwindcss -i ./assets/tailwind.css -o ./assets/dist/css/styles.css

  3. Install sqlx CLI if you havent. Run the migration:

     cp .env.example .env
     sqlx db create
     sqlx mig run
  4. Run server: cargo run

Written using the following library

  1. HTMX
  2. Alpine JS
  3. Tailwind
  4. Maud

Screenshots

index

About

Grant Horner's Bible Reading Plan Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published