Apostrophe 3 headless demo
Get started
- Install dependencies:
npm install
- At the moment, you must have a local copy of
apostrophe
using the3.0
branch and link that to this project. In whatever local directory you keep your dev work in, run:git clone git@github.com:apostrophecms/apostrophe.git && cd apostrophe
git fetch && git checkout 3.0
to get on the correct branch.npm link
to set Apostrophe up for linking in the project.
- 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."