Skip to content

BikerViking/Keystone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

645 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keystone Notary Group Website

A professional notary website built with React, Vite, and Tailwind CSS. The project includes SEO metadata, automated sitemap generation, and PWA support through a web manifest and install icons. Favicons and Apple splash screens are integrated for a polished mobile experience.

The "Ask a Notary" chat widget now sports a sleek glassy interface while remaining fully accessible with keyboard navigation and high‑contrast styling.

Development

npm install
npm run dev

If your repository does not have a remote configured yet, add one:

git remote add origin <repo-url>

Build

npm run build

Preview

npm run preview

Tests

Run tests in watch mode during development:

npm test

For CI pipelines or one-off runs, use the script below to avoid hanging watch mode:

npm run test:run

Static Hosting

The repository includes routing fallbacks for popular static hosts. After building, deploy the dist directory.

  • Netlify: /public/_redirects ensures all routes serve index.html.
  • Vercel: vercel.json rewrites paths to index.html.
  • Other hosts: 404.html mirrors index.html so client-side routes work on refresh.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors