Skip to content

NikSchaefer/nikschaefer.com

Repository files navigation

Full Stack Developer

Strained eyes? There's DarkMode too :p

🚀 Quick start

*Run the site locally

Step 1: Clone The Repo

Fork the repository. then clone the repo locally by doing -

git clone https://github.com/NikSchaefer/nikschaefer.com

Step 2: Install Dependencies

cd into the directory

cd nikschaefer.com

install all the dependencies

npm install

Step 3: Start Development Server

Then start the development Server

npm run dev

After running the development server the site should be running on https://localhost:3000

📂 What's inside?

A quick look at the folder structure of this project.

├── content
│   ├───blog
│   ├───projects
│   └───snippets
├── public
└── src
    ├───components
    ├───lib
    ├───pages
    ├───styles

🛠️ Tools Used

  1. NextJS
  2. Tailwind CSS for Styling
  3. Vercel to Deploy

Made with ❤️ and NextJS