Skip to content

Sobrcircle/oriah-site

Repository files navigation

Oriah Site

Marketing site for Oriah, a faith operating system for the daily walk.

Stack

  • React 19
  • TypeScript
  • Vite
  • Cloudflare Pages Functions

Local Development

npm install
npm run dev

Build

npm run build

The build script regenerates the brand assets before compiling the site.

Asset Pipeline

Brand assets are generated from the local source icon at:

/Users/benmoradi/oriah/branding/oriah-icon-source.png

Generated outputs include:

  • public/assets/circle.png
  • public/assets/1.png through public/assets/6.png
  • public/assets/og-share.png
  • public/favicon-dark-64.png
  • public/apple-touch-icon.png

To regenerate them directly:

npm run assets

Domains

The Pages middleware in functions/_middleware.js keeps joinoriah.com as the canonical host.

Cloudflare Pages

Recommended project settings:

  • Project name: oriah-site
  • Production branch: main
  • Build command: npm run build
  • Output directory: dist

Attach both custom domains to the same Pages project:

  • joinoriah.com
  • oriah.app

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors