This is the source code for my personal website, skyhan.cloud. Built with Next.js and Tailwind CSS.
To self-host this website, you will need the following prerequisites:
git clone https://github.com/chimpdev/skyhan.cloud.git
cd skyhan.cloud
pnpm install
.env.example
file to .env
and fill in the configuration values:RYBBIT_ANALYTICS_SITE_ID=
RYBBIT_ANALYTICS_URL=
[!NOTE]
- I'm using Rybbit for analytics. You can create an account and get the site ID and URL from there. If you don't want to use Rybbit, you can just leave the
RYBBIT_ANALYTICS_SITE_ID
andRYBBIT_ANALYTICS_URL
fields empty in the.env
file. We don't support any other analytics providers at the moment.
pnpm start
http://localhost:3000
.I'm always open to contributions from the community! If you'd like to contribute to the project, please follow these guidelines:
main
branch of the original repository.Please make sure to follow the Code of Conduct and Contributing Guidelines when contributing to this project.
If you encounter any issues with the project or have any questions, feel free to open an issue on this repository. I am always happy to help!
This project is licensed under the GNU General Public License v3.0.