Installation - duhdugg/preaction-cms GitHub Wiki

Requirements

Provided the following software requirements are met, you should be able to run Preaction CMS on just about any Linux environment with Bash, Node, and Yarn installed.

Installation Steps

  1. Clone the repository and "cd" into it
    git clone https://github.com/duhdugg/preaction-cms.git
    cd preaction-cms

  2. Install Node dependencies
    yarn

  3. Build the client
    yarn build

  4. Run the server
    yarn start