/website

personal website

Primary LanguageTypeScript


falcon71181.vercel.app



🧬 Running locally for development

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/falcon71181/website
cd website
  1. Navigate to the client/ directory:
cd client/
  1. Install client dependencies using your preferred package manager (e.g., bun, npm, yarn):
bun install
  1. Create a .env file in the client/ directory and add the following variables:
GITHUB_TOKEN=ghp_nch74h93bvu34vnb3487h987v3h4

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Check out our Next.js deployment documentation for more details.