Skip to content

nikhilsnayak/nikhilsnayak.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy with Vercel

Overview

This project utilizes several cutting-edge technologies to build a modern web application:

Getting Started

Running Locally

Note: This repository uses several experimental features which may result in unstable behavior.

  1. Clone the repository and navigate to the directory:

    git clone https://github.com/nikhilsnayak/nikhilsnayak.dev.git <your-repo-name>
    cd <your-repo-name>
  2. Install the dependencies using Bun:

    bun install
  3. Create a .env.local file based on the .env.example file.

  4. Start the development server:

    bun run dev

Feel free to use this repository as a template. Ensure to remove any personal information.

Additional Resources