Skip to content

Yash-Singh1/yashsingh.us

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34b5e20 · Oct 2, 2024
Sep 6, 2024
May 9, 2023
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Nov 9, 2023
Nov 9, 2023
Jul 30, 2022
Jul 31, 2022
Sep 7, 2022
Jul 30, 2022
Nov 9, 2023
Jul 30, 2022
Jul 30, 2022
Jul 3, 2023
Jul 30, 2022
Jan 21, 2024
Sep 6, 2024
Jul 31, 2022
Feb 3, 2024
Sep 15, 2024
Sep 15, 2024
Jul 30, 2022
Jan 21, 2024
Sep 6, 2024

Repository files navigation

yashsingh.us

My personal site, written using Typescript, Next.js, and SCSS w/ TailwindCSS.

Development

To get started, first install dependencies:

pnpm install

For fetching repository information, make sure you specify GH_TOKEN (custom GitHub API Token) in the .env.local file. It should have the following permissions:

  • public_repo
  • read:org
  • repo:status
  • repo_deployment
  • user

For starting up the CMS, specify a GITHUB_ID and a GITHUB_SECRET for a GitHub OAuth App.

Start Development Server

Run the following command to start the development server:

pnpm dev