a sport application on steemit
I am a sport lover, and i use this to unwind from time to time. I know sport stories are written on steemit, but finding them should be as easy as opening an app. The basic idea behind this app, is to allow anyone easily read relevant sport stories from steemit and contribute/write in a structured way, sport stories to steemit.
- This project is being actively developed. We'll be shipping several features in the coming days and i will be updating the readme.
After cloning the repository,
- cd into directory
- Run "Composer update" in command line
- Copy .env.example to a new file .env
- Edit database configuration in .env
- Run "npm run dev"
- Run "php artisan migrate"
Run "php artisan serve" to run on the default port 8000 or "php artisan serve --port=*** " to run on your preferred port.
To contribute,
- fork the repository
- Checkout to a new branch
- Add your features
- Send a PR
- Or email me at timothy33.tf@gmail.com.
Cheers.