DeveloperResumes aims to help junior developers get feedback on their resume from developers, managers and others in the tech industry. We aim to help get you the best feedback possible and give you the tools to make your resume better then it is.
WIP
- Fork/Clone Repo to local machine
- Composer Install (if you dont have composer, check out Composer and install it on your machine).
- Run
./vendor/bin/make homestead && vagrant up
to create virtual machine - Add
192.168.10.10
to your/etc/hosts
file vagrant ssh
into the VM and cd to the directory.php artisan migrate
,php artisan passport:install
,yarn install
, andyarn run dev
.