Skip to content

sunnysingh/sunnysingh.io

Repository files navigation

👋 Hello! This is the source code of my personal website, sunnysingh.io.

⚡️ Quick start

Prerequisites: Node Version Manager

  1. nvm install
  2. npm install
  3. npm run dev
  4. Open http://localhost:8000/

Make sure to have ESLint and Prettier plugins installed in your editor.

📝 Writing

Generator commands:

  • New article: npm run gen:post

🚀 Deploy

The master branch is automatically deployed to sunnysingh.io by Netlify.

When a pull request is created, a preview branch is deployed at a unique Netlify URL.

🛠 Built with