/randallwilk.dev

Repo for my personal site.

Primary LanguageBlade

The source code of randallwilk.dev

Tests Laravel Forge Site Deployment Status

This repo contains the source code of my personal website.

Local Development

To work on this project on your local machine, you may follow the instructions below. These instructions assume you are serving the site using Laravel Valet out of your ~/Sites directory:

  1. Fork this repository
  2. Open your terminal and cd to your ~/Sites folder
  3. Clone your fork into the ~/Sites/randallwik.dev folder, by running the following command with your username placed into the {username} slot:
    git clone git@github.com:{username}/randallwilk.dev randallwilk.dev
  4. CD into the new directory you just created:
    cd randallwilk.dev
  5. Run the setup.sh bin script, which will take all the steps necessary to prepare your local install:
    ./bin/setup.sh
  6. You should also open up a php artisan tinker session and create an admin user so the admin panel can be accessed.

Syncing Upstream Changes Into Your Fork

This GitHub article provides instructions on how to pull the latest changes from this repository into your fork.

Updating After Remote Code Changes

If you pull down the upstream changes from this repository into your local repository, you'll want to update your Composer and NPM dependencies. For convenience, you may run the bin/update.sh script to update these things:

./bin/update.sh

TODO:

  • Cleanup language lines