Skip to content

Commit

Permalink
Merge pull request #23 from cwaku/feature/projects
Browse files Browse the repository at this point in the history
Feature/projects
  • Loading branch information
cwaku committed Sep 25, 2022
2 parents 00651b0 + 080a4ac commit e0249b0
Show file tree
Hide file tree
Showing 28 changed files with 1,683 additions and 680 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Api keys
.env
/src/apiKeys.js
235 changes: 235 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@formspree/react": "^2.2.5",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"@octokit/core": "^4.0.5",
"@pmndrs/branding": "0.0.8",
"@react-three/drei": "8.8.3",
"@react-three/fiber": "7.0.25",
Expand Down
1 change: 1 addition & 0 deletions public/~partytown/debug/partytown-atomics.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
/* Partytown 0.6.2 - MIT builder.io */
(window => {
const isPromise = v => "object" == typeof v && v && v.then;
Expand Down
1 change: 1 addition & 0 deletions public/~partytown/debug/partytown-media.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
/* Partytown 0.6.2 - MIT builder.io */
(self => {
const [getter, setter, callMethod, constructGlobal, definePrototypePropertyDescriptor, randomId, WinIdKey, InstanceIdKey, ApplyPathKey] = self.$bridgeToMedia$;
Expand Down

0 comments on commit e0249b0

Please sign in to comment.