TanishqSingla / my-website

Home Page:https://tanishqsingla.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Installing the dependencies

First and foremost, installed the dependencies which are required to run and build the projects.

The project currently uses bun to install dependencies, hence the bun lock file. However you can use yarn as well as node to run the application and it will just work fine.

Run the following commands to run the server If you're using bunjs

# bun
bun install

If you're using npm/nodejs

# npm
npm install

If you're using yarn

# yarn
yarn
# or
yarn install

If you're using pnpm

# pnpm
pnpm install

Running on development server

npm run dev
# or
yarn dev

Building the project

bun run build

About

https://tanishqsingla.in


Languages

Language:TypeScript 65.8%Language:CSS 16.0%Language:C++ 14.6%Language:JavaScript 3.7%