Skip to content

kevinschoonover/kschoon.me

Repository files navigation

*.kschoon.me

View Live | Report Bug | Request Feature

Contributors Forks Stargazers Issues MIT License

Monorepo containing all services running under the *.kschoon.me domains built with:

*.kschoon.me hosts all manner of things developed I have/will develop for my own personal use including:

  • Personal Landing Page (kschoon.me) - Utilized for advertising who I am, the things I do, and any other pertinent information
  • Airline Check-in Page (checkin.kschoon.me) - Automated check-in for different airlines.

and many more to come.

Table of Contents

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the kschoon.me repository using Git Bash:
# Make sure to setup ssh keys on your github account
# https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account
git clone git@github.com:kevinschoonover/kschoon.me.git

Usage

Since this repository is a monorepo, the best way to use its various functionality is by exploring the directories containing each project. These include:

  • index - The code managing the 'Personal Landing Page'.
  • checkin - The code managing the 'Airline Check-in Page'.
  • deploy - All infrastructure as code (IaC) and instructions used to deploy the services from scratch.

Each project will contain its own installation / setup instructions to follow.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

These are mostly just my personal projects, but if you're interested in contributing please:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MPL-2.0 License. See LICENSE for more information.

Contact

Me - me@kschoon.me

Project Link: https://github.com/kevinschoonover/kschoon.me

About

Infrastructure + code behind kschoon.me

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published