https://github.com/phlak/cakeday
Discover the day you joined Reddit!
https://github.com/phlak/cakeday
cake cakeday reddit
Last synced: 4 months ago
JSON representation
Discover the day you joined Reddit!
- Host: GitHub
- URL: https://github.com/phlak/cakeday
- Owner: PHLAK
- License: mit
- Created: 2020-07-21T21:45:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T00:36:11.000Z (over 3 years ago)
- Last Synced: 2025-03-23T08:30:28.740Z (about 1 year ago)
- Topics: cake, cakeday, reddit
- Language: Blade
- Homepage: https://cakeday.fun
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Discover your Reddit cake day!
---
Development
-----------
### Requirements
- [PHP](https://secure.php.net/)
- [Composer](https://getcomposer.org/)
- [Node.js](https://nodejs.org)
### Install PHP dependencies
composer install
### Install and Compile CSS and JavaScript Assets
npm install
npm run dev
> #### ℹ️ Watching for Changes
>
> You can watch for changes to assets and re-compile automatically during
> development by running:
>
> npm run watch
### Building the Site
vendor/bin/jigsaw build local
or
vendor/bin/jigsaw build production
Troubleshooting
---------------
For general help and support join our [Spectrum Community](https://spectrum.chat/phlaknet) or reach out on [Twitter](https://twitter.com/PHLAK).
Please report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/cakeday/issues).
Copyright
---------
This project is licensed under the [MIT License](https://github.com/PHLAK/cakeday/blob/master/LICENSE).