Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 910 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 910 Bytes

Introduction

This is the source code of tallcraftui.developermithu.com 🚀

How to Contribute

Clone the repository:

git clone https://github.com/developermithu/tallcraftui.developermithu.com.git tallcraftui

Move into the directory cd tallcraftui and run the following commands:

composer install
cp .env.example .env
php artisan key:generate
`npm install` or `pnpm install `

Start the development server:

`npm run dev` or `pnpm dev`

That's it ✅ visit http://tallcraftui.test

Be sure to build the frontend assets by running npm run build or pnpm build before committing.

Follow me 👍