Simple landing page for my personal website, with a few links and a couple secrets.
- Node.js 22.0.0+
-
Clone the repository:
git clone https://github.com/dy0gu/websyte.git
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Build the project:
npm run build
-
Start the production server:
npm run start