Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ch264/christina-blog-cms

My blog build with Netlify CMS, Gatsby and Tailwind css. I am planning on building this out to also contain my portofolio
https://github.com/ch264/christina-blog-cms

gatsby netlify-cms tailwindcss

Last synced: about 4 hours ago
JSON representation

My blog build with Netlify CMS, Gatsby and Tailwind css. I am planning on building this out to also contain my portofolio

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/64d9b2f3-575a-4e76-9fa0-d3f5b1bd7e23/deploy-status)](https://app.netlify.com/sites/loving-elion-b3f079/deploys)

# Welcome to my Blog and Portofolio

Hi and welcome to my blog. My name is Christina and I am a scientist turned Developer. I have been working as a Software Engineer and teaching myself coding and debugging skills.

Coding, I run into many challanges on a daily basis so I created this blog to give back to the community. Seriously, if you are just starting out, you are not alone. We are all here to help each other.

Over time, through lots of trial and error, and learning from others, I have discovered strategies to implement and debug. I want to share them with you.

Check out my Blog posts below and I would love to hear from you. Let me know what you think, ask me a question or let me know if there is a better way of solving something. Learning together is the best part of the job.

Happy Hacking!

## How to run my blog locally

If you want to run my blog locally you can pull down the repo to your local machine. Open the terminal and run

```zsh
npm install
```

For a developement build run

```zsh
gatsby develop
```

And for a production build run

```zsh
gatsby build && gatsby serve
```