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"
- Host: GitHub
- URL: https://github.com/jonaskuske/studentenfutter
- Owner: jonaskuske
- Created: 2020-03-22T15:46:04.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T15:17:42.000Z (about 2 years ago)
- Last Synced: 2025-02-05T00:42:30.443Z (over 1 year ago)
- Language: PHP
- Homepage: https://studentenfutter.app
- Size: 33.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
studentenfutter
🥗 Web app for student cookbook "studentenfutter"
## 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)
.