Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chiiya/amvs-co
- Owner: chiiya
- Created: 2016-10-05T14:53:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T10:26:41.000Z (over 7 years ago)
- Last Synced: 2024-10-05T02:41:11.566Z (about 1 month ago)
- Language: PHP
- Homepage: http://amvs.co
- Size: 6.42 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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``