Skip to content

Commit f9efa63

Browse files
committed
Rewrite website code in typescript
1 parent 80337c3 commit f9efa63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+23228
-609
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.DS_Store

codegen.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
overwrite: true
2+
schema: "http://localhost:8000/graphql"
3+
documents: "src/**/*.graphql"
4+
generates:
5+
src/generated/graphql.tsx:
6+
plugins:
7+
- "typescript"
8+
- "typescript-operations"
9+
- "typescript-react-apollo"

css/pettaboystyle.css

Lines changed: 0 additions & 286 deletions
This file was deleted.

cymaticssimulator_chladni.html

Lines changed: 0 additions & 64 deletions
This file was deleted.

index.html

Lines changed: 0 additions & 59 deletions
This file was deleted.

jssrc/chladni.js

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)