# keyemail.dev Welcome to the official repo for the site https://keyemail.dev! This site is to display all about the user `Keyemail`, it displays the About Me, Gallery Photos, Socials, and Videos! This project is done under Go, but was orginally made in Vue. ## Installation ### Automatic (Easy Way) Make the `build.sh` an executable by: ```console chmod +x ./build.sh ``` and then run: ```console ./build.sh ``` After that, go into the build folder and run the executable that is in there. ### Manual (Hard Way) First create the directory: ```console mkdir build/ ``` then, copy src to ./build using: ```console cp -r src/ ./build ``` then, build using Go: ```console go build -o ./build ``` Your done! Go into the build folder and run the executable. ## Support No support is offered on this package, this is a personal project to learn Go. ## Credits Built by `keyemail`, `kuubeu` helped inspire this project, as well as some svg work. [BGJar for Backgrounds!](https://bgjar.com/) [AwesomeIcons for Icons!](https://fontawesome.com/)