Quick start guide
For experienced developers, a list of tasks to get started with the framework as quickly as possible.
Dependencies
npm i --save @parameter1/base-cms-web-cli @parameter1/base-cms-marko-web @parameter1/base-cms-marko-coreRequired files
The site CSS file
body {
color: #888;
}The site JS file
import Browser from '@parameter1/base-cms-marko-web/browser';
export default Browser;Required environment variables
Creating a template
Configuring the framework
Starting it up

Last updated