Skip to content

cyriac/cyriac.alreena.com

Repository files navigation

Wedding RSVP website via google forms

Create as many google forms you need for each events with your wedding. Assign a passcode for each event and then share it with you family and friends.

Demo

Use passcode: 192619

Configuration

  1. Set your website website_title, description, website_domain and codes in nuxt.config.json
  2. Create jsons config for each pass code in /static/rsvpcode/. Example
  3. Add cards for each event that you have configured under the img folder

Build setup

install dependencies

$ npm install # Or yarn install

serve with hot reload at localhost:3000

$ npm run dev

generate static site

$ npm run generate

Deploy to Netlify