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
- Host: GitHub
- URL: https://github.com/brunoarueira/blog
- Owner: brunoarueira
- License: mit
- Created: 2020-06-28T23:09:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T21:08:58.000Z (5 days ago)
- Last Synced: 2025-05-01T08:17:06.965Z (5 days ago)
- Topics: blog, graphql, nodejs, rails, rest, rest-api, ruby, software-architecture, software-development, software-engineering
- Language: MDX
- Homepage: https://brunoarueira.com
- Size: 5.71 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.