To set up a local copy and get it up and running, follow the simple steps in this example.
You must first have Laravel Sail installed.
All you have to do is execute the command:
sail up
- Clone the repo
git clone https://github.com/gcazin/x-memes.git
- Installing dependencies
composer install
- Installing NPM packages
npm install
- Start the project
php artisan serve
npm run dev
- Automatically attach the avatar to the user when they register with a social network.
- To be able to see who liked the memes.
- Use twitter's API to automatically post new ones.
- Correct watermark size for videos
See issues for a full list of proposed features (and known issues).
To run tests, run the following command
./vendor/bin/pest
Contributions are what make the open source community an extraordinary place to learn, inspire and create. All your contributions are very much appreciated.
If you have a suggestion for improving this project, please fork the repo and create a pull request. You can also simply open an issue with the "enhancement" tag. Don't forget to give the project a star! Thanks to all!
- Fork the project
- Create your feature branch (
git checkout -b feature/ma-fonctionnalite
) - Start your changes (
git commit -m 'Add some ma-fonctionnalite'
) - Push towards your branch (
git push origin feature/ma-fonctionnalite
) - Open a pull request
Distributed under the MIT license. See LICENSE.txt
for more information.
Guillaume - @gcazinonx - [email protected]
Project link: https://github.com/gcazin/x-memes