Skip to content

TheSeeker713/ChronicleOS

Repository files navigation

ChronicleOS (landing scaffold)

This is a Vite + React + Tailwind scaffold for the ChronicleOS landing experience. It includes components requested in the design brief.

Quick start (from PowerShell):

cd "g:\DEV\Coding Projects\chronicleos"
npm install
npm run dev

Available Scripts:

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run deploy:workers - Deploy dist/ as Cloudflare Worker static assets
  • npm run deploy:workers:dry - Validate Worker deploy config without publishing
  • npm run deploy:pages - Deploy dist/ to Cloudflare Pages (CLI)

Project Structure:

  • src/components/* — UI components (Navbar, Hero, FeatureTiles, ...)
  • src/index.css — Tailwind imports and base parchment styles
  • tailwind.config.js — configured content, fonts, and colors
  • index.html — Main HTML template
  • public/ — Static assets

Features:

  • Modern React 18 with hooks
  • Tailwind CSS for styling
  • Responsive design
  • Custom color palette (parchment, obsidian, gold)
  • Optimized build with Vite

Cloudflare deployment setup

This project includes wrangler.jsonc configured for static asset deployment from dist/.

Workers

npm ci
npm run build
npx wrangler login
npm run deploy:workers

Pages

In Cloudflare Pages:

  • Framework preset: Vite
  • Build command: npm run build
  • Build output directory: dist

Or from CLI:

npm run build
npx wrangler login
npm run deploy:pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors