Host your own secret santa https://en.m.wikipedia.org/wiki/Secret_Santa
Powered by https://svelte.dev
npm install
npm run santa
npm run build
Deploying to the web
sectionEdit App.svelte to your desire.
npm run dev
for a local dev serverInstall 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.
Install surge
if you haven't already:
npm install -g surge
Then, from within your project folder:
npm run build
surge public