Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/overshard/isaacbythewood.com
- Owner: overshard
- License: bsd-2-clause
- Created: 2011-07-26T03:23:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T19:33:13.000Z (6 months ago)
- Last Synced: 2024-06-28T20:37:10.345Z (6 months ago)
- Topics: alpine, docker, javascript, nextjs, react, self-hosted
- Language: JavaScript
- Homepage: https://isaacbythewood.com
- Size: 130 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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 startThis 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.