Initial commit
This commit is contained in:
commit
e2b78cee89
23
.github/workflows/main.yml
vendored
Normal file
23
.github/workflows/main.yml
vendored
Normal 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
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
dist/
|
||||
node_modules/
|
||||
.DS_Store
|
||||
.vscode
|
||||
13
README.md
Normal file
13
README.md
Normal 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) -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user