OpenDTF is an open source website boilerplate based upon the popular Cmtt service network. It attempts to mimic the original service as closely as possible while extending it with new features. If I have time to do it :)
- Laravel
- Livewire
- Alpine.JS
- TailwindCSS
- Turbolinks
# install dependencies
$ composer install
$ npm install
# serve with watch
$ npm run watch
# or serve with tailwindcss cli
$ npx tailwindcss --postcss -i .\resources\css\app.css -o .\public\css\app.css --watch
# build for production
$ npm run prod
For detailed explanation on how things work, checkout the laravel docs.