Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robsontenorio/paper.mary-ui.com

Paper - Livewire 3 demo built with MaryUI
https://github.com/robsontenorio/paper.mary-ui.com

alpinejs blade livewire livewire-components tallstack

Last synced: about 1 month ago
JSON representation

Paper - Livewire 3 demo built with MaryUI

Awesome Lists containing this project

README

        


## Introduction

This is the source code of demo [paper.mary-ui.com](https://paper.mary-ui.com) built with [MaryUI](https://mary-ui.com).

## Sponsor

Let's keep pushing it, [sponsor me](https://github.com/sponsors/robsontenorio) ❤️

## Follow me

[@robsontenorio](https://twitter.com/robsontenorio)

## Install

This demo is made with Laravel, Livewire, Volt and Mary.

Clone the repository.

```bash
git clone [email protected]:robsontenorio/paper.mary-ui.com.git
```

Create `.env` from `.env.example` and adjust few vars.

```bash
APP_ENV=local
APP_DEBUG=true
```

Install, migrate and start.

```bash
composer start
```

**Done! See http://localhost:8016**