Welcome to my personal blog and portfolio! This site is built with Mithril.js, a framework I wanted to try out. Here, you can explore my projects and read monthly blog posts about software development and electronics tinkering.
Join me as I share tips and stories from my coding journey. Whether you’re a developer or just interested in technology, I hope you find something useful here!
🌍 Check out website: My Portfolio
- Dynamic fetching of blog posts written in Markdown.
- RSS feed for blog updates.
- GitHub Pages: For hosting the project.
- Mithril.js: A modern client-side JavaScript framework.
To set up the project on your local machine, you'll need to clone the repository. You can do this using SSH or HTTPS.
Open your terminal and run the following command:
git clone git@github.com:sandylnur/sandylnur.github.io.git
Open your terminal and run the following command:
git clone https://github.com/sandylnur/sandylnur.github.io.git
To install the project dependencies, navigate to the project root directory and run the following command:
npm install