Skip to content

Instantly share code, notes, and snippets.

View creazy231's full-sized avatar
🎯
Focusing

Tobias Thiele creazy231

🎯
Focusing
View GitHub Profile
@creazy231
creazy231 / gh-deploy-clone.sh
Last active August 23, 2023 23:15 — forked from blvz/gh-deploy-clone.sh
Creates a deploy key and clones the repository.
#!/usr/bin/env bash
# Install:
# curl https://gist.githubusercontent.com/blvz/8eeebacae11011c25fc79eff12f49ae9/raw/6f2f7f3709a0fe852d8a3a5bb125325e3ffbc7d8/gh-deploy-clone.sh > /usr/local/bin/gh-deploy-clone
# chmod +x /usr/local/bin/gh-deploy-clone
read -r -d '' usage << EOM
Usage:
gh-deploy-clone user/repo [ENVIRONMENT]
<template>
<div ref="target" class="relative flex h-full w-full items-center justify-center">
<template v-if="targetIsVisible">
<div v-if="!loaded && loader" class="absolute inset-0 z-[2] flex items-center justify-center bg-background">
<UiSpinner />
</div>
<div
@click="emit('hide')"
v-if="full && !isIframe()"
@creazy231
creazy231 / nuxt-ipfs.md
Last active August 15, 2023 04:40
Nuxt + IPFS

Nuxt + IPFS

As a developer at Qwellcode, I'm excited to delve into the technical implementation of the MOCA Fundraiser that I've been dedicatedly working on in recent weeks.

This article primarily centers around detailing the frontend execution and the seamless integration between Nuxt + IPFS.

You just want to know how to generate static websites with Nuxt for hosting them on IPFS? The solution can be found here.

<!-- Qwellcode GmbH - Bugtracker -->
<script type="text/javascript" src="https://bugtracker.tobias-thiele.dev/js/bugtracker.js"></script>
<script>_bugtracker.init({'API_KEY':'XGBH9QF754W435CZWNRSF3OGBDY78D'});</script>