Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chiiya/amvs-co

A repository for sharing and discovering AMVs
https://github.com/chiiya/amvs-co

Last synced: 12 days ago
JSON representation

A repository for sharing and discovering AMVs

Awesome Lists containing this project

README

        

# AMVS-CO

AMVS-CO is a website where editors can create awesome profiles and share their AMVs. Written in Laravel and VueJS 2.

## Install

1. Clone - ideally into Homestead Machine
2. run ``npm install``
3. Run ``composer install``
4. Rename ``.env.example`` to ``.env``
5. Run ``php artisan key:generate``
6. Run ``php artisan migrate`` & ``php artisan db:seed``