Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.38 KB

readme.md

File metadata and controls

30 lines (22 loc) · 1.38 KB

Maelstrom Demo Playground

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.

Installing

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

Support