Personal Website

This is the source code for my personal website built using Kotlin.

Project Structure

The project is organised as follows:

Technologies Used

How to Run

  1. Clone the repository:

    git clone https://github.com/Apollointhehouse/Apollointhehouse-Web
    cd personal-website
    
  2. Build the project using Gradle:

    ./gradlew build
    
  3. Run the project:

    java -jar .\build\libs\Apollointhehouse-Web-1.0-SNAPSHOT.jar PAT
    

License

This project is licensed under the MIT Licence. See the LICENCE file for details.