secret-santa Svelte Themes

Secret Santa

Host your own secret santa. Powered by svelte.dev

Secret Santa, Kris Kringel, Wichteln

Host your own secret santa https://en.m.wikipedia.org/wiki/Secret_Santa

Powered by https://svelte.dev

Prerequisites

  • nodejs

Get started

  1. npm install
  2. Edit santa.config.js
  3. npm run santa
  4. npm run build
  5. See Deploying to the web section
  6. Send the links printed in step 3 to your family, friends or collegues

Customize

Edit App.svelte to your desire.

  • npm run dev for a local dev server

Deploying to the web

With now

Install now if you haven't already:

npm install -g now

Then, from within your project folder:

cd public
now

As an alternative, use the Now desktop client and simply drag the unzipped project folder to the taskbar icon.

With surge

Install surge if you haven't already:

npm install -g surge

Then, from within your project folder:

npm run build
surge public

Top categories

Loading Svelte Themes