Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nc-andreashaller committed Feb 12, 2024
2 parents 1aff057 + 1836227 commit 2b7b088
Show file tree
Hide file tree
Showing 14 changed files with 708 additions and 37 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ module.exports = {
js: 'always',
}],
},
ignorePatterns: ['app/*'],
};
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Your Project's Title...
Your project's description...


## Environments
- Preview: https://main--{repo}--{owner}.hlx.page/
- Live: https://main--{repo}--{owner}.hlx.live/
- Preview: https://main--edge-delivery-solari--netcentric.hlx.page/
- Live: https://main--edge-delivery-solari--netcentric.hlx.live/

## Installation

Expand All @@ -18,6 +19,7 @@ npm run lint
```

## Local development
### Use node 16 ;)

1. Create a new repository based on the `aem-boilerplate` template and add a mountpoint in the `fstab.yaml`
1. Add the [AEM Code Sync GitHub App](https://github.com/apps/aem-code-sync) to the repository
Expand Down
16 changes: 16 additions & 0 deletions app.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>SolariAstrocraft</title>
<base href="/" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<script type="module" crossorigin src="/app/index-QXy8U9dP.js"></script>
<link rel="stylesheet" crossorigin href="/app/index-b-uLghJ2.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Binary file added app/Gellix-Light_R-rnyaDpLS.woff2
Binary file not shown.
Binary file added app/Gellix-Regular_R-bkw9j1Fe.woff2
Binary file not shown.
Binary file added app/Gellix-SemiBold_R-0xYLEE4-.woff2
Binary file not shown.
25 changes: 25 additions & 0 deletions app/cognizant_logo-M8CUJeBM.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions app/gradient-OWzHst01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2b7b088

Please sign in to comment.