/website

My personal website

Primary LanguageVueMIT LicenseMIT

Website

The source code of my personal website, which is built using VueJS.

Features

  • Utilising Revard for Revolt and Lanyard for Discord status.
  • Fetching repositories dynamically using the GitHub API.
  • Incorporating icons from various sources:
  • The navigation bar features a click sound effect which is obtained from MixKit.

Project Setup

Follow these steps to set up the project:

  1. Install the necessary dependencies using npm:

    npm install
  2. To launch the development environment with hot-reloading, use the following command:

    npm run dev
  3. For production deployment, use the following command:

    npm run build

Code Quality

Ensure code quality by running ESLint:

npm run lint

License

This website is licensed under the MIT License.