Skip to content

wxiaoyun/wxiaoyun.github.io

Repository files navigation

My Portfolio Page

Overview

This is a personal portfolio page built with Nextjs and TypeScript. It utilizes a variety of modern web technologies including Framer Motion, Shadcn UI and Aceternity UI.

Prerequisites

Installation

Installing Bun

If you haven't installed Bun yet, you can install it using the following command:

curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL

Clone the Repository

git clone https://github.com/ForAeons/ForAeons.github.io.git
cd ForAeons.github.io

Install Packages

To install the required packages, run:

bun install

Running the Development Server

To start the development server, run:

bun dev

This will start the development server, and you can access the application at http://localhost:300.

Deploying to Github Pages

  • Push to master branch will automatically trigger deployment to github pages

Built With