Skip to content

An example project show casing various features of Maelstrom

Notifications You must be signed in to change notification settings

maelstrom-cms/playground

Repository files navigation

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

About

An example project show casing various features of Maelstrom

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages