Skip to content

My site and blog where I write some random thoughts about software development and related things - https://brunoarueira.com

License

Notifications You must be signed in to change notification settings

brunoarueira/blog

Repository files navigation

blog

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

Stack

This project is made with:

  • Astrojs;
  • TailwindCSS;
  • MDX

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 Astro development server, typically running on port 4321. Open on your browser to http://localhost:4321 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.