Skip to content
/ stories Public

📑 A story sharing platform made with Laravel 5.7

License

Notifications You must be signed in to change notification settings

murat/stories

Repository files navigation

Stories

https://travis-ci.org/muratbsts/stories.svg?branch=master

Story sharing platform made with Laravel 5.7

How to contribute

Look at the trello board before you fork the repository. Feel free after.

$ git clone git@github.com:USERNAME/stories && cd stories
$ cp .env.example .env # and set up your environment
$ composer install
$ yarn install # or npm install
$ php artisan key:generate

Check the .env file and update database and social service variables.

You can run with:

$ php artisan serve

Or you can setup a virtual host like stories.dev.

Create feature branch git checkout -b great-feature.

Commit git commit -m 'great-feature is ready'.

Push git push origin great-feature.

Create a new pull request.

Note: A Dockerfile is will come soon.

Contributors

License

MIT © Murat Bastas

About

📑 A story sharing platform made with Laravel 5.7

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published