Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phlak/cakeday
Discover the day you joined Reddit!
https://github.com/phlak/cakeday
cake cakeday reddit
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T00:36:11.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T06:00:47.810Z (7 months ago)
- Topics: cake, cakeday, reddit
- Language: Blade
- Homepage: https://cakeday.fun
- Size: 3.39 MB
- Stars: 0
- Watchers: 2
- 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).