https://github.com/apostrophecms/demo-a3-headless
https://github.com/apostrophecms/demo-a3-headless
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apostrophecms/demo-a3-headless
- Owner: apostrophecms
- License: mit
- Created: 2021-01-27T20:42:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T21:26:50.000Z (almost 5 years ago)
- Last Synced: 2025-05-08T10:54:55.435Z (about 1 year ago)
- Language: Shell
- Size: 808 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apostrophe 3 headless demo
## Get started
1. Install dependencies: `npm install`
2. At the moment, you must have a local copy of `apostrophe` using the `3.0` branch and link that to this project. In whatever local directory you keep your dev work in, run:
1. `git clone git@github.com:apostrophecms/apostrophe.git && cd apostrophe`
2. `git fetch && git checkout 3.0` to get on the correct branch.
3. `npm link` to set Apostrophe up for linking in the project.
3. Back in the `a3-demo` project, link up Apostrophe: `npm link apostrophe`.
## Running the project
Run `npm run dev` to build the Apostrophe UI and start the site up. Remember, this is during alpha development, so we're all in "dev mode."