Skip to content

Commit

Permalink
MWPW-152672: Initial setup (#1)
Browse files Browse the repository at this point in the history
initial repo setup
  • Loading branch information
3ch023 authored Jun 19, 2024
1 parent 5a032e3 commit 61f3782
Show file tree
Hide file tree
Showing 185 changed files with 29,154 additions and 6,131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run validate:ci
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.hlx/*
coverage/*
logs/*
node_modules/*

helix-importer-ui
.DS_Store
*.bak
.idea
lib
coverage
node_modules
dist
stats.json
packages/web-components/screenshots/Chrome/failed/*
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Your Project's Title...
Your project's description...
# Merch At Scale
This project is a library of web components providing merchandising content to various surfaces.

## Environments
- Preview: https://main--mas--adobecom.hlx.page/
Expand All @@ -19,8 +19,9 @@ npm run lint

## Local development

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
1. Install the [AEM CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli`
1. Start AEM Proxy: `aem up` (opens your browser at `http://localhost:3000`)
1. Open the `mas` directory in your favorite IDE and start coding :)
Refer to the corresponding README.md under any of the packages:
* commerce - constain generic commerce-related logic, 'price' and 'checkout-link' web components
* web-components - merch-card, merch-offer-selector and other web components

#### Troubleshooting
Please reach out to us in `#tacocat-friends` for any questions.
31 changes: 0 additions & 31 deletions blocks/cards/cards.css

This file was deleted.

18 changes: 0 additions & 18 deletions blocks/cards/cards.js

This file was deleted.

33 changes: 0 additions & 33 deletions blocks/columns/columns.css

This file was deleted.

18 changes: 0 additions & 18 deletions blocks/columns/columns.js

This file was deleted.

14 changes: 0 additions & 14 deletions blocks/footer/footer.css

This file was deleted.

20 changes: 0 additions & 20 deletions blocks/footer/footer.js

This file was deleted.

13 changes: 0 additions & 13 deletions blocks/fragment/fragment.css

This file was deleted.

55 changes: 0 additions & 55 deletions blocks/fragment/fragment.js

This file was deleted.

Loading

0 comments on commit 61f3782

Please sign in to comment.