Initial commit

This commit is contained in:
Felix Dürrwald 2024-05-31 16:07:05 +02:00 committed by Felix Dürrwald
commit e2b78cee89
Signed by: mplabs
GPG Key ID: 6E7D7F464AC5179D
3 changed files with 40 additions and 0 deletions

23
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Deploy
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Stories
run: cd stories && npm install && npm run build
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
PROJECT_ID: gui-challenges

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
dist/
node_modules/
.DS_Store
.vscode

13
README.md Normal file
View File

@ -0,0 +1,13 @@
<img src="https://images.mplabs.cloud/s3/user-images/d724173d4875161bec496c3f5c0a16837286378e2b9ebe9e660066163d654b1e.webp?w=500" />
# GUI Experiments
I often come across a problem that needs some tinkering to solve. Or I find an interessting piece of information
on the web, that I want to try out.
I tend to create 'experiments' for those, and I have decided to collect and share those experiments here.
<!-- 1. Stories
[`Demo`](https://experiments.dronechronicles.de/stories/dist)
[`Inspiration`](https://github.com/argyleink/gui-challenges/tree/main/stories) -->