Starter template for bootstrapping projects built with Trikoder Trim.
git clone [email protected]:trikoder/trim-starter.git my-cms-project
Make sure you have Node.js (8.x and up) and NPM installed.
cd my-cms-project
npm install
Once modules are installed run dev command.
npm run dev