heojay / wedding-invitation

My wedding invitation

Home Page:https://wedding-invitation-git-main-heojay.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wedding Invitation

How to Use

  • Add images to static/images folder
  • Add values
    • starts with <FILL_
  • Edit Messages (Most of them are in src/components)
    • groom, bride name
    • messages
    • maps
    • etc..
  • Set env (check env_template)
  • Deploy using Vercel

Objectives

  • Learn
    • TailwindCSS & DaisyUI
    • Svelte (SvelteKit)

Roadmap

Features

  • Album
  • Message
  • Account Number
  • Location
    • Replace Daum Map to Image
  • Guestbook

Refactoring

  • Change to Template
  • Follow up latest SvelteKit

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

About

My wedding invitation

https://wedding-invitation-git-main-heojay.vercel.app


Languages

Language:Svelte 76.7%Language:TypeScript 12.0%Language:JavaScript 6.1%Language:CSS 2.8%Language:HTML 2.4%