🥗 Web app for student cookbook "studentenfutter"
> git clone --recurse-submodules https://github.com/jonaskuske/studentenfutter
If you clone the repo without
--recurse-submodules
, rungit submodule update --init --recursive
in the project dir.
> npm install
> npm start
(requires PHP >= 7.2 with curl
, ctype
, mbstring
and gd
extensions)
Then visit
localhost:8000
(orlocalhost:8000/panel
for the admin panel) 👍🏻
> npm run build
Built with Kirby CMS, TailwindCSS and Alpine.js .