Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 898 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 898 Bytes

Introduction

This is the source code of mary-ui.com . Are you looking for mary components repository?

Sponsor

Let's keep pushing it, sponsor me ❤️

Discord

Come to say hello on maryUI Discord

Follow me

@robsontenorio

Contributing

This website is made with Laravel, Livewire, Volt and maryUI.

Clone the repository.

git clone git@github.com:robsontenorio/mary-ui.com.git

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

APP_ENV=local
APP_DEBUG=true

Install, migrate and start.

composer start

Done! See http://localhost:8018


⚠️ It uses SQLITE for dynamic examples.