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

https://github.com/brunoarueira/blog

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

blog graphql nodejs rails rest rest-api ruby software-architecture software-development software-engineering

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

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

After, run the commands below:

```sh
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:

```sh
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.