First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can use the code of this repository if you want, but I would appreciate if you attribute me as the original creator instead of blatantly copying my work. It's disrespectful since it took a lot of effort and time to build this.
I am a strong supporter of code being open source since it helps, encourages and empowers developers but plagiarism is bad and very bad if you don't give proper credits.
I recommend that you link my GitHub account, or write my GitHub username or proper name at the bottom of your site or footer if you have designed one.
- Content can be added dynamically by going to Admin Dashboard built using Netlify CMS.
- Blog system with sort/filter functionalities Admin Dashboard built using MDX and with YAML meta-data parsed using gray-matter.
- Landing
- About
- Skills
- Testimonials
- Achievments
- A big shout out to the developers at Next.js and Material-UI for making the whole development experience very smooth and thanks to a lot of examples / good documentation in their Next.js official repository and Material-UI official repository.
- The site is partially inspired by the portfolio of Brittany Chiang.