Full Stack Developer
Strained eyes? There's DarkMode too :p
*Run the site locally
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/NikSchaefer/nikschaefer.com
cd into the directory
cd nikschaefer.com
install all the dependencies
npm install
Then start the development Server
npm run dev
After running the development server the site should be running on https://localhost:3000
A quick look at the folder structure of this project.
├── content
│ ├───blog
│ ├───projects
│ └───snippets
├── public
└── src
├───components
├───lib
├───pages
├───styles
- NextJS
- Tailwind CSS for Styling
- Vercel to Deploy
Made with ❤️ and NextJS