Skip to content

Commit

Permalink
feat!: switch to web app using parcel
Browse files Browse the repository at this point in the history
Drops electron in favour of being an SPA bundled with parcel.

Signed-off-by: Lucian Buzzo <[email protected]>
  • Loading branch information
LucianBuzzo committed Nov 21, 2023
1 parent fb5d767 commit 6ba536d
Show file tree
Hide file tree
Showing 16 changed files with 6,340 additions and 502 deletions.
1 change: 0 additions & 1 deletion .babelrc

This file was deleted.

231 changes: 0 additions & 231 deletions .eslintrc

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Automate generation of release PRs using Conventional Commits
# See https://github.com/googleapis/release-please

on:
push:
branches:
- master

name: release-please
jobs:
release-please:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ node_modules
.cache.json
.env

# Parcel
.parcel-cache
dist
6 changes: 0 additions & 6 deletions .resin-sync.yml

This file was deleted.

57 changes: 0 additions & 57 deletions Dockerfile.template

This file was deleted.

3 changes: 0 additions & 3 deletions debian-pinning

This file was deleted.

Loading

0 comments on commit 6ba536d

Please sign in to comment.