The source code for my personal website.
You can run this project using Laravel Valet.
git clone [email protected]:mateusjunges/junges.dev.git
Then, copy the .env.example
file to .env
and fill the variables with your own values.
cp .env.example .env
You should be able to access the local env at http://junges.dev.test
.