👋 Hello! This is the source code of my personal website, sunnysingh.io.
npm install
npm run dev
- Open http://localhost:8000/
Make sure to have ESLint and Prettier plugins installed in your editor.
Generator commands:
- New article:
npm run gen:post
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.