KitSheet is simple (but powerfull) math generator for kits and sheets.
This project will use the following technologies:
- PHP 8.3
- MySQL (MariaDB)
- Laravel + Blade
- Tailwind CSS
- AlpineJS
- Heroicons
Clone this repository
git clone https://github.com/kozleek/kitsheet.git
Install Composer and NPM packages
composer install
npm install
Run PHP migration
php artisan migrate
Run NPM dev script or run NPM build script
npm run dev
npm run build
Create sitemap (sitemap.xml)
php artisan sitemap:create
Tomáš Musiol (www.musiol.cz)