Skip to content

Commit

Permalink
Merge pull request #27 from Matt-Hurd/mhurd/feat/electron
Browse files Browse the repository at this point in the history
Implement Electron
  • Loading branch information
Matt-Hurd authored Aug 16, 2023
2 parents c6f6eb3 + a39e5c2 commit 35c5ee4
Show file tree
Hide file tree
Showing 10 changed files with 2,893 additions and 182 deletions.
1 change: 1 addition & 0 deletions .env.electron
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PUBLIC_URL=./
1 change: 1 addition & 0 deletions .env.web
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PUBLIC_URL=https://matt-hurd.github.io/totum
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# production
/build
/dist

# ide - jetbrains
/.idea/
Expand Down
Loading

0 comments on commit 35c5ee4

Please sign in to comment.