https://github.com/jmigac/document-authoring
Repository to explore document authoring capabilities
https://github.com/jmigac/document-authoring
Last synced: 2 months ago
JSON representation
Repository to explore document authoring capabilities
- Host: GitHub
- URL: https://github.com/jmigac/document-authoring
- Owner: jmigac
- License: apache-2.0
- Created: 2025-07-08T07:08:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T07:13:09.000Z (3 months ago)
- Last Synced: 2025-07-08T08:27:47.893Z (3 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AEM Block Collection
This project provides a foundation for starting an AEM Edge Delivery Services project. It includes many common blocks and features a project might need.
## DA compatible
This specific repo has been _slightly_ modified to be compatible with DA's live preview.
## Getting started
### 1. Github
1. Use this template to make a new repo.
1. Install [AEM Code Sync](https://github.com/apps/aem-code-sync).### 2. DA content
1. Browse to https://da.live/start.
2. Follow the steps.### 3. Local development
1. Clone your new repo to your computer.
1. Install the AEM CLI using your terminal: `sudo npm install -g @adobe/aem-cli`
1. Start the AEM CLI: `aem up`.
1. Open the `{repo}` folder in your favorite code editor and buil something.
1. **Recommended:** Install common npm packages like linting and testing: `npm i`.