Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiliec/creepypasta.ru
Sources of creepypasta
https://github.com/chiliec/creepypasta.ru
Last synced: 18 days ago
JSON representation
Sources of creepypasta
- Host: GitHub
- URL: https://github.com/chiliec/creepypasta.ru
- Owner: chiliec
- License: mit
- Created: 2019-09-04T08:14:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:19:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T22:09:30.108Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://creepypasta.ru
- Size: 3.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Creepypasta.ru
This is a repository with creepypasta archive sources.
## Requirements
Based on Laravel 7, so make sure you have meet [Laravel 7 server requirements](https://laravel.com/docs/7.x/installation).
## How to install
* Clone this repository
* Execute `composer update` ([Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) required)
* Execute `mv .env.example .env` command and change database settings in `.env` file
* Execute `php artisan key:generate --ansi`
* Execute `php artisan migrate`
* Execute `php artisan love:reaction-type-add --default`
* Execute `php artisan serve`
* ???
* You're awesome!## License
Released under the [MIT license](LICENSE.md).