This is the codebase that powers https://demo.maelstrom-cms.com
This is a demo repo which has a project set up within it that showcases a whole variety of different things you can do with Maelstrom.
It showcases all the components you can use, along with some example use cases, such as blog posts, repeaters etc.
It is open to PRs to have new demos added to it to provide a full kitchen sink experience.
This is a pretty vanilla Laravel project so normal processes should be followed, e.g.
git clone [email protected]:maelstrom-cms/playground.git ./maelstrom-playground
cd ./maelstrom-playground
- Set up your database
cp .env.example .env
npm install
composer install
php artisan storage:link
php artisan migrate
- Visit it in your browser
The repository for the documentation can been accessed at maelstrom-cms/documentation