iamdeveloper.com
Hey there, I'm Nick and this is my site's source code. This site started off as a clone of the Netlify CMS Gatsby Starter (check it out!). Since then, I've tweaked it a lot and converted the codebase to TypeScript.
Feel free to peruse the code and/or fork it.
Thanks to all the wonderful projects that made it possible to build this blog.
- Babel
- React
- Gatsby
- TypeScript
- Netlify & Netlify CMS
- undraw.co
- simple-icons
- Cypress
- Dependabot
- and OSS in general.
I wrote about automating my deployments for those interested in my post Update Dependencies with Dependabot, Cypress and Netlify.
To get up and running:
- clone the repository by running
git clone git@github.com:nickytonline/www.iamdeveloper.com.git
orgit clone https://github.com/nickytonline/www.iamdeveloper.com.git
- run
npm install
- run
npm run develop
to get up and running with the Gatsby development server. - Since the project uses Babel and not TypeScript as the compiler, a separate process isβ¦