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
-
Clone the repository and "cd" into it
git clone https://github.com/duhdugg/preaction-cms.git
cd preaction-cms
-
Install Node dependencies
yarn
-
Build the client
yarn build
-
Run the server
yarn start