Skip to content

Commit bb9251c

Browse files
Merge pull request #309 from sproul-club/migrate-landing-page
Migrate Landing Page
2 parents 21e3d21 + ea4d7e2 commit bb9251c

24 files changed

+2183
-34
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"plugins": ["react", "@typescript-eslint"],
1616
"rules": {
1717
"require-jsdoc": "off",
18-
"react/react-in-jsx-scope": "off"
18+
"react/react-in-jsx-scope": "off",
19+
"no-unused-vars": "warn"
1920
}
2021
}

.gitignore

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,25 @@ yarn-error.log*
3232
.vercel
3333

3434
# typescript
35-
*.tsbuildinfo
35+
*.tsbuildinfo
36+
37+
#amplify-do-not-edit-begin
38+
amplify/\#current-cloud-backend
39+
amplify/.config/local-*
40+
amplify/logs
41+
amplify/mock-data
42+
amplify/backend/amplify-meta.json
43+
amplify/backend/.temp
44+
build/
45+
dist/
46+
node_modules/
47+
aws-exports.js
48+
awsconfiguration.json
49+
amplifyconfiguration.json
50+
amplifyconfiguration.dart
51+
amplify-build-config.json
52+
amplify-gradle-config.json
53+
amplifytools.xcconfig
54+
.secret-*
55+
**.sample
56+
#amplify-do-not-edit-end
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"projectName": "client",
3+
"version": "3.1",
4+
"frontend": "javascript",
5+
"javascript": {
6+
"framework": "react",
7+
"config": {
8+
"SourceDir": "src",
9+
"DistributionDir": "build",
10+
"BuildCommand": "npm.cmd run-script build",
11+
"StartCommand": "npm.cmd run-script start"
12+
}
13+
},
14+
"providers": [
15+
"awscloudformation"
16+
]
17+
}

amplify/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Getting Started with Amplify CLI
2+
This directory was generated by [Amplify CLI](https://docs.amplify.aws/cli).
3+
4+
Helpful resources:
5+
- Amplify documentation: https://docs.amplify.aws
6+
- Amplify CLI documentation: https://docs.amplify.aws/cli
7+
- More details on this folder & generated files: https://docs.amplify.aws/cli/reference/files
8+
- Join Amplify's community: https://amplify.aws/community/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

amplify/backend/tags.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"Key": "user:Stack",
4+
"Value": "{project-env}"
5+
},
6+
{
7+
"Key": "user:Application",
8+
"Value": "{project-name}"
9+
}
10+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export type AmplifyDependentResourcesAttributes = {}

amplify/cli.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"features": {
3+
"graphqltransformer": {
4+
"addmissingownerfields": true,
5+
"improvepluralization": false,
6+
"validatetypenamereservedwords": true,
7+
"useexperimentalpipelinedtransformer": true,
8+
"enableiterativegsiupdates": true,
9+
"secondarykeyasgsi": true,
10+
"skipoverridemutationinputtypes": true,
11+
"transformerversion": 2,
12+
"suppressschemamigrationprompt": true,
13+
"securityenhancementnotification": false,
14+
"showfieldauthnotification": false,
15+
"usesubusernamefordefaultidentityclaim": true,
16+
"usefieldnameforprimarykeyconnectionfield": false,
17+
"enableautoindexquerynames": false,
18+
"respectprimarykeyattributesonconnectionfield": false,
19+
"shoulddeepmergedirectiveconfigdefaults": false,
20+
"populateownerfieldforstaticgroupauth": false
21+
},
22+
"frontend-ios": {
23+
"enablexcodeintegration": true
24+
},
25+
"auth": {
26+
"enablecaseinsensitivity": true,
27+
"useinclusiveterminology": true,
28+
"breakcirculardependency": true,
29+
"forcealiasattributes": false,
30+
"useenabledmfas": true
31+
},
32+
"codegen": {
33+
"useappsyncmodelgenplugin": true,
34+
"usedocsgeneratorplugin": true,
35+
"usetypesgeneratorplugin": true,
36+
"cleangeneratedmodelsdirectory": true,
37+
"retaincasestyle": true,
38+
"addtimestampfields": true,
39+
"handlelistnullabilitytransparently": true,
40+
"emitauthprovider": true,
41+
"generateindexrules": true,
42+
"enabledartnullsafety": true
43+
},
44+
"appsync": {
45+
"generategraphqlpermissions": true
46+
},
47+
"latestregionsupport": {
48+
"pinpoint": 1,
49+
"translate": 1,
50+
"transcribe": 1,
51+
"rekognition": 1,
52+
"textract": 1,
53+
"comprehend": 1
54+
},
55+
"project": {
56+
"overrides": true
57+
}
58+
},
59+
"debug": {
60+
"shareProjectConfig": false
61+
}
62+
}

amplify/hooks/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Command Hooks
2+
3+
Command hooks can be used to run custom scripts upon Amplify CLI lifecycle events like pre-push, post-add-function, etc.
4+
5+
To get started, add your script files based on the expected naming convention in this directory.
6+
7+
Learn more about the script file naming convention, hook parameters, third party dependencies, and advanced configurations at https://docs.amplify.aws/cli/usage/command-hooks

amplify/team-provider-info.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"dev": {
3+
"awscloudformation": {
4+
"AuthRoleName": "amplify-client-dev-232233-authRole",
5+
"UnauthRoleArn": "arn:aws:iam::855935189350:role/amplify-client-dev-232233-unauthRole",
6+
"AuthRoleArn": "arn:aws:iam::855935189350:role/amplify-client-dev-232233-authRole",
7+
"Region": "us-west-1",
8+
"DeploymentBucketName": "amplify-client-dev-232233-deployment",
9+
"UnauthRoleName": "amplify-client-dev-232233-unauthRole",
10+
"StackName": "amplify-client-dev-232233",
11+
"StackId": "arn:aws:cloudformation:us-west-1:855935189350:stack/amplify-client-dev-232233/59f85eb0-1162-11ed-8947-022f622c7091",
12+
"AmplifyAppId": "d73u8lvo42dz5"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)