Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.12 KB

blog

This is the repository for my site and blog where I write some random thoughts about software development and related things.

Stack

I like a lot to use gatsby and this project is entirely made with it, alongside with tailwindcss, mdx (to write markdown posts/pages with some nice embedded React components), styled-components and some custom React components.

Development

To enhance or fix something. First, you'll need to clone this repository:

  git clone https://github.com/brunoarueira/blog.git

After, run the commands below:

  cd blog/
  yarn install

Open your editor of choice and start to improve or fix what you want.

To see the changes, you'll need to run:

  yarn dev

The command above will start the gatsby server to run on 8001 port, then open on your browser http://localhost:8001 and you'll see your recent changes.

LICENSE

Some contents follow Creative Commons and the needed credits is given alongside the post which uses third parties content. The posts and other contents created by me should follow Creative Commons too, requiring to give the appropriate credits.