https://github.com/yash-singh1/yashsingh.us
My personal site
https://github.com/yash-singh1/yashsingh.us
Last synced: 3 months ago
JSON representation
My personal site
- Host: GitHub
- URL: https://github.com/yash-singh1/yashsingh.us
- Owner: Yash-Singh1
- License: mit
- Created: 2021-03-27T22:28:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T18:55:44.000Z (8 months ago)
- Last Synced: 2025-03-18T05:44:00.563Z (3 months ago)
- Language: MDX
- Homepage: http://www.yashsingh.us/
- Size: 44.7 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `yashsingh.us`
My personal site, written using Typescript, Next.js, and SCSS w/ TailwindCSS.
## Development
To get started, first install dependencies:
```sh
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:
```sh
pnpm dev
```