Skip to content

remnantkevin/next-holiday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Holiday

Contents

Project structure

./
├── data/
├── frontend/
├── functions/
└── shared/
Directory Description
data/ Generated holiday data (JSON) and the generators that build this data. Uses Deno.
frontend/ Website frontend. Uses TypeScript, Lit, Shoelace web components, and Vite. Hosted on Cloudflare Pages.
functions/ Website backend. An API of Cloudflare Pages Functions. Uses TypeScript.
shared/ Constants, utilities, and types used across the other directories. Uses TypeScript.

Local development

Install dependencies

In the root directory run:

npm install

Run website (frontend and backend)

In the root directory run:

npx wrangler pages dev -- npm run dev

For more information about Cloudflare Pages local development see the docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published