My Place On the Web
Welcome to my small place on the web
This is the official open source repository of my website/resume. It is build on the latest technologies, trying to put together as much of what I have learnt over the years into practice.
The website features a variety of tidbits from across the web, from how the server is set up to the animations on the page. This README.md serves as a feature list as to what all has made this website special, and a proof of source for anyone else to fork and work on their own version of the website (with due credits, of course).
My Place On the Web has been a project that I have been developing for quite some time.
I didn't want my information to be displayed on statics paper in HR's offices, I wanted it to be accessible for everyone.
I constantly update it with new stuff I learn, this current iteration uses GatsbyJs (React), graphQL, TailWind CSS and Firebase as a host
If you would like to peek around the source code it can be found here: GitHub.
Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps.
A utility-first CSS framework for rapidly building custom designs. Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs
Since the project has been set up with Gatsby, the build process has become easier than ever. Just follow the steps to get started:
- Make sure you have Node/NPM
npm install -g gatsby-cli
- Clone the repository
git clone https://github.com/yonihod/mysourceontheweb.git
cd mysourceontheweb
- Run this command to install deps.
npm install
- enjoy
gatsby develop
- for production build just type in
gatsby build