feat: scaffold holiday booking project
This commit is contained in:
20
src/lib/site.ts
Normal file
20
src/lib/site.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
export const site = {
|
||||
name: 'Holiday Property Booking',
|
||||
tagline: 'Direct holiday stays with visible availability and no guesswork.',
|
||||
description:
|
||||
'A booking platform scaffold for a multi-property holiday business. Built for browsing, booking, and admin operations.',
|
||||
highlights: [
|
||||
'Public browsing and search',
|
||||
'Live availability and pricing rules',
|
||||
'Stripe checkout and confirmation flow',
|
||||
'Admin-ready data model',
|
||||
],
|
||||
foundationSteps: [
|
||||
'Project scaffold',
|
||||
'Environment configuration',
|
||||
'Database schema',
|
||||
'App shell',
|
||||
'Health endpoint',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user