/portfolio

Portfolio built with Contentlayer, Next.js, Tailwind CSS Typescript (T3 Stack), and deployed through Vercel

Primary LanguageTypeScript

Portfolio

Site: https://ruchern.xyz

TODO

Portfolio site is now going into maintenance mode and will stop developing new features. Main goal is to clean up, optimise and prepare to migrate to use the /app directory.

  • Complete writing the remaining drafts that are scheduled

Running locally

Node.js v18.8 and above is required.

# Cloning the repository
git clone https://github.com/ruchernchong/portfolio.git

# Change directory
cd portfolio

# Installing npm packages
pnpm install

# Run the development server
pnpm dev

Setting environment variables

Create a .env file or equivalent manually or use the follow command to quickly help you to do so

cp .env.example .env