NOTE: THIS REPOSITORY HAS MOVED! You can find the current repository at https://github.com/mattsmithtutoring/website.
I use Vagrant to run a local VM for my dev environment. Vagrant requires a backend VM software; I recommend VirtualBox. Follow these steps to set up the dev environment:
- Download and install Virtualbox.
- Download and install Vagrant.
- Clone this repository down to your local machine.
- Navigate to the cloned repository in the terminal.
- Run
vagrant up. - Once the command has completed, run
vagrant sshto ssh into the virtual machine. - Navigate to the directory in the VM linked to the repository:
cd /mattsmithtutoring - Run the development server:
yarn serve
Now you should be able to access the web page at http://localhost:8080