Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apostrophecms/demo-a3-headless
https://github.com/apostrophecms/demo-a3-headless
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apostrophecms/demo-a3-headless
- Owner: apostrophecms
- License: mit
- Created: 2021-01-27T20:42:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T21:26:50.000Z (over 3 years ago)
- Last Synced: 2024-12-19T18:15:24.709Z (15 days ago)
- Language: Shell
- Size: 808 KB
- Stars: 0
- Watchers: 2
- 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 [email protected]: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."