Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/overshard/isaacbythewood.com

The personal website of Isaac Bythewood.
https://github.com/overshard/isaacbythewood.com

alpine docker javascript nextjs react self-hosted

Last synced: about 2 months ago
JSON representation

The personal website of Isaac Bythewood.

Awesome Lists containing this project

README

        


isaacbythewood.com Favicon

# Isaac Bythewood

The personal website of Isaac Bythewood, a Senior Solutions Architect located in
Elkin, NC.

https://isaacbythewood.com/

## Clone

For any possible way of running this website yourself you'll need a copy of the
repo:

git clone https://github.com/overshard/isaacbythewood.com.git

After you get the repo it's up to you how you want to use it.

## Development

You will need to have a version of `node` installed and `yarn`. If you already
have `node` but don't know if you have yarn you probably just have `npm` and
can install yarn with `npm i -g yarn`. After that you can run:

yarn install
yarn start

This will spin up isaacbythewood.com to run on port 3000 which you can access
via a browser at `http://localhost:3000`.

I won't really go into how to get `node` installed here, if you need help with
that feel free to submit an issue but the best place to start would be just
searching for `how to install node on `. There are
plenty of great guides out there as it is very popular.

## Production

I suggest pushing this code to [Vercel](https://vercel.com/) with an update to
the `vercel.json` file to change the alias for the easiest production
deployment.