Skip to content

dy0gu/websyte

Personal Page 📚💻

Simple landing page for my personal website, with a few links and a couple secrets.

Requirements 📋

  • Node.js 22.0.0+

Development Installation 🛠️

  • Clone the repository:

    git clone https://github.com/dy0gu/websyte.git
  • Install the dependencies:

    npm install
  • Start the development server:

    npm run dev

Deployment 🚀

  • Build the project:

    npm run build
  • Start the production server:

    npm run start