Files
animethemes-server/README.md
T
2020-04-17 23:55:13 -05:00

843 B

AnimeThemes.moe is a hosting solution for /r/AnimeThemes, a simple and consistent repository of anime opening and ending themes.

Staff

Requirements

AnimeThemes runs on Laravel 7.x and has the same requirements

  • A web server
  • PHP >= 7.2.5
  • composer
  • npm

Installation

  • Clone the repository
  • Create/edit the .env file, providing database and S3 storage credentials
  • Run composer install to download application packages
  • Run npm install to download JavaScript packages
  • Run npm run dev to install vendor JavaScript
  • Run php artisan migrate --seed to initialize the database