unor / mydailydozen

The MyDailyDozen web app by the Vegan Hacktivists.

Home Page:https://mydailydozen.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to My Daily Dozen 👋

CI

A web based application inspired by the Daily Dozen app.

🏠 Homepage

Note: we are not affiliated with the original team, the app is non-commercial and free to use, and we accept issues and pull requests. If you find this interesting or useful check us out.

Contributing

This is maintained by Team Broccoli at the Vegan Hacktivists.

If you'd like to help out, the single biggest thing you could do is make an account on MyDailyDozen and make a Trello card for anything you could think of being improved.

If you have an hour or two free and want to help out more, feel free to set up the project and make a PR for an open Trello card.

Huge thanks to everyone who has contributed or participated in this project. A lot of people have done a massive amount to get this to where it is in varying capacities. If you aren't on there and would like to be, send us an email or message us on Discord.

Setting up the Project

This is a Laravel project using Yarn, Tailwind, Alpine, etc.

The easiest way to get this running for people working with us that we've found:

Docker Desktop:

git clone git@github.com:veganhacktivists/mydailydozen.git
cd mydailydozen
cp .env.docker .env
git submodule update --init laradock
cd laradock
docker-compose exec workspace bash
composer install
php artisan migrate
php artisan db:seed
yarn install
yarn run watch

If you get stuck with the Docker try here or message on Discord.

There's a lot of ways to run Laravel. There's a lot of pluses and minuses to each. Here's some other options:

ERD

About

The MyDailyDozen web app by the Vegan Hacktivists.

https://mydailydozen.org

License:GNU General Public License v3.0


Languages

Language:PHP 88.0%Language:Blade 11.9%Language:Shell 0.1%