Package Data | |
---|---|
Maintainer Username: | colorgap |
Package Create Date: | 2015-10-16 |
Package Last Update: | 2017-07-06 |
Home Page: | http://brush.colorgap.com |
Language: | CSS |
License: | MIT |
Last Refreshed: | 2024-11-17 03:01:33 |
Package Statistics | |
---|---|
Total Downloads: | 11 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 23 |
Total Watchers: | 4 |
Total Forks: | 8 |
Total Open Issues: | 0 |
Prerequisites:
Steps to get started:
if above command doesn't work the try adding sudo
Now change the name of your .env.example file to .env
For database tables and seeding we have created 2 tables Users and Roles, to create table in your database, execute below commands
Set your db details in .env file and execute from project root folder
To run locally for making changes and develop your app use below command from root folder
After these steps go to : http://localhost:8000 or point MAMP, XAMP or WAMP servers to brush/public directory
You should see Brush landing page
or
Just run
To bundle and ship brush just execute below gulp command from root folder:
This will create a brush-app.zip in target folder. Just place the zip in your server and explode.