/katsuki-yuri

🌐 | My personal website made with Nextjs to keep track of my blog posts and resources.

Primary LanguageJavaScriptMIT LicenseMIT

logo

Website

My own website where I share my blog posts and media contents.

GitHub top language Channel Test CI

About

The Website runs on top of the latest version of Next.js and Node.js. Pretty nothing special. Just a website built with React components and css.

I host all contents statically, so you may correct me up by sending a pull request.

Features

  • Markdown content renders
  • Minecraft server status api
  • Additional contents (like my favorite musics)
  • Spotify live integration
  • Docker image for easy deployment

Development

In order to run the website, just install the latest LTS version of Node.js (it's 18.x.x at the moment) and make sure you have pnpm installed globally. Then run the following commands:

pnpm install
pnpm run dev

Docker

Also, you may actually run the docker image hosted on GitHub Container Registry:

docker run -p 3000:3000 ghcr.io/katsuki-yuri/website:latest

License

This project is licensed under the MIT License - see the LICENSE file for details.