An open API service indexing awesome lists of open source software.

https://github.com/jonaskuske/studentenfutter

🥗 Web app for student cookbook "studentenfutter"
https://github.com/jonaskuske/studentenfutter

Last synced: about 1 year ago
JSON representation

🥗 Web app for student cookbook "studentenfutter"

Awesome Lists containing this project

README

          

studentenfutter


🥗 Web app for student cookbook "studentenfutter"








Launch studentenfutter as web app


Get studentenfutter on Google Play


Get studentenfutter from the Microsoft Store




## Instructions

#### Clone the repo

`> git clone --recurse-submodules https://github.com/jonaskuske/studentenfutter`

> If you clone the repo without `--recurse-submodules`, run `git submodule update --init --recursive` in the project dir.

#### Install dependencies

`> npm install`

#### Development

`> npm start` (requires PHP >= 7.2 with `curl`, `ctype`, `mbstring` and `gd` extensions)

> Then visit [`localhost:8000`](http://localhost:8000) (or [`localhost:8000/panel`](http://localhost:8000/panel) for the admin panel) 👍🏻

#### Build for production

`> npm run build`


---

Built with [Kirby CMS](https://getkirby.com), [TailwindCSS](https://tailwindcss.com) and [Alpine.js](https://github.com/alpinejs/alpine)
.