src | ||
.gitignore | ||
build.sh | ||
go.mod | ||
main.go | ||
README.md |
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:
chmod +x ./build.sh
and then run:
./build.sh
After that, go into the build folder and run the executable that is in there.
Manual (Hard Way)
First create the directory:
mkdir build/
then, copy src to ./build using:
cp -r src/ ./build
then, build using Go:
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.