This is an example project built with the noerd framework.
A live demo is available at demo.noerd.dev.
git clone git@github.com:noerd-dev/noerd-example.git
cd noerd-exampleThis project uses git submodules. After cloning, initialize and fetch them:
git submodule init
git submodule updatecomposer installcp .env.example .envSqlite is used per default. But feel free to change it.
php artisan key:generatephp artisan migratenpm install && npm run buildphp artisan noerd:create-user