wedding-sh Svelte Themes

Wedding Sh

Interactive wedding invitation that works like a shell but runs in web browser.

Logo

wedding-sh

Deployed Link · Report Bug · Request Feature

Interactive wedding invitation that works like a shell but runs in web browser.


screenshot

About this project

  • This project is a wedding invitation that has a terminal-like user interface.
  • Users can interact with the project by typing custom commands, such as viewing event details or location.
  • Fully customizable commands and welcome messages.
  • This project is forked from khanne-sh - khanne-sh has simillar features and design but for resume.

Available Commands

  • Please check the src/settings.ts for available commands.
  • You can add your own commands by adding them to the commands object in the src/settings.ts file.

Personal Information

  • Personal information is stored with env variables. Before you start project, you need to set up env variables in .env.local file. ```env VITE_PARTNER1_PHONE_NUMBER=11111111111 VITE_PARTNER2_PHONE_NUMBER=22222222222

VITE_PARTNER1_NAME="Their name" VITE_PARTNER2_NAME="Their name"

VITE_PARTNER1_EMAIL="Their email" VITE_PARTNER2_EMAIL="Their email"


## Deployed link
- [github pages](https://iwannaberealnerd.github.io/wedding-sh/)
- The GitHub Pages deployment is the actual wedding invitation webpage that I personally used.


## Getting started in your local environment
- To get started with this project, you need to clone the repository and install the dependency.

### Environment Setup
- nodejs - 22.14.0
- pnpm - 10.6.2
 ```sh
 corepack prepare [email protected] --activate

How to Deploy Dev Server

  1. Clone repository
    git clone https://github.com/IwannabeRealnerD/wedding-sh.git
    
  2. Install pnpm dependency
    pnpm install --frozen-lockfile
    
  3. Start Dev Server
    pnpm dev
    

Contact

iwannaberealnerd - iwannaberealnerd@gmail.com

License

This project is licensed under the MIT License - see the LICENSE file for details.

Top categories

Loading Svelte Themes