Skip to content

apostrophecms/demo-a3-headless

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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."

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published