This is the source code of tallcraftui.developermithu.com 🚀
Clone the repository:
git clone https://github.com/developermithu/tallcraftui.developermithu.com.git tallcraftuiMove 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.