View Live | Report Bug | Request Feature
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.
To get a local copy up and running follow these simple steps.
- 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 [email protected]:kevinschoonover/kschoon.me.git
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.
See the open issues for a list of proposed features (and known issues).
These are mostly just my personal projects, but if you're interested in contributing please:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MPL-2.0 License. See LICENSE
for more information.
Me - [email protected]
Project Link: https://github.com/kevinschoonover/kschoon.me