Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onemohrtime/recipes
Recipes without f***ing backstories
https://github.com/onemohrtime/recipes
craft3 craftcms recipes-website twig
Last synced: 11 days ago
JSON representation
Recipes without f***ing backstories
- Host: GitHub
- URL: https://github.com/onemohrtime/recipes
- Owner: OneMohrTime
- License: mit
- Created: 2020-11-06T03:43:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T03:02:51.000Z (8 months ago)
- Last Synced: 2024-10-17T08:51:16.833Z (21 days ago)
- Topics: craft3, craftcms, recipes-website, twig
- Language: Twig
- Homepage: https://recipes.onemohrti.me/
- Size: 3.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipes Without F***ing Backstories
## by [@onemohrtime](https://onemohrti.me)[![buddy pipeline](https://app.buddy.works/onemohrtime/recipes/pipelines/pipeline/234208/badge.svg?token=87fbddf4764a79d8087606f27acba051a5f8777676ebcfd6ebb9563158502a61 "buddy pipeline")](https://app.buddy.works/onemohrtime/recipes/pipelines/pipeline/234208)
| CMS | PHP | MySQL | Node | NPM | Server |
|-|-|-|-|-|-|
| Craft `3.5.x` | `7.3` | `5.7` | `12.16.x` | `6.14.x` | [Ubuntu 18.04](https://askubuntu.com/questions/449032/29-packages-can-be-updated-how) |## Installation
1. Take the typical steps you take to clone the repo `~/into/your/directory/` of choice.
2. Run Docker to install local files
```zsh
docker-compose up
```
3. Run Docker again (in "detached" mode) to boot up Apache, PHP, and MySQL
```zsh
docker-compose up -d
# (shut it down later with)
docker-compose down
```
4. Install composer _and_ NPM packages with
```zsh
npm install && composer install
```
5. Run NPM's production build
```zsh
npm run production
```
6. You are set! Well, should be. If not, open a [github issue](./issues/)