Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 768 Bytes

README.md

File metadata and controls

57 lines (38 loc) · 768 Bytes

beatforge

A community of artists making and sharing beats.

Getting Started

Clone Repository

From the command line, enter:

$ git clone https://github.com/mgustin12/beatforge.git
$ cd beatforge

Download Composer

https://getcomposer.org/

Download Node

https://nodejs.org/en/download/

Install Global Dependencies

From the command line, enter:

$ npm install -g gulp

Install Project Dependencies

In the project directory, enter:

$ npm install

Creating Database Tables

$ php artisan migrate

Seeding the Database

$ php artisan db:seed

Running Application

In the project directory, enter:

$ npm start
$ npm run gulp

To see it running, open up your browser and go to localhost:8000