At a Glance
...
With our development environment set up, let's make a basic project! First we need to ssh
into our virtual machine!
...
Code Block |
---|
# Double check - make sure you're in vagrant vagrant ssh |
...
With your code workring, we want to make sure your code matches our Coding Standards. We use two tools for that:
...