Skip to content

robdrimmie/bully

Repository files navigation

Bully

This is Rob Drimmie's solution to the Dozr Coding Challenge.

The setup process is identical to the original starter (http://github.com/dozr/starter.git).

To lint (js and php) and run tests, run composer ci on the guest vm, or composer ci-host on the host.

Setup

Required Software:

To Setup:

> git clone git@github.com:robdrimmie/bully.git
> cd bully
> composer up

Protip:

You can update your /etc/hosts file to add a name to your service:

#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1  localhost
255.255.255.255  broadcasthost
::1             localhost


192.168.10.10  starter.dozr.dev

Then you can point your browser to http://starter.dozr.dev

You can start the dev server to automatically rebuild the project when files are changed.

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors