https://github.com/vit0rr/blog
My blog repository
https://github.com/vit0rr/blog
javascript nextjs nodejs portfolio reactjs
Last synced: about 1 year ago
JSON representation
My blog repository
- Host: GitHub
- URL: https://github.com/vit0rr/blog
- Owner: vit0rr
- License: agpl-3.0
- Created: 2021-04-19T22:44:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T01:46:49.000Z (over 1 year ago)
- Last Synced: 2025-04-22T22:19:30.098Z (about 1 year ago)
- Topics: javascript, nextjs, nodejs, portfolio, reactjs
- Language: Astro
- Homepage: https://vitorsalmeida.com/
- Size: 373 MB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vitorsalmeida
Welcome to [vitorsalmeida.com](https://vitorsalmeida.com)! This is my personal website, where I share my thoughts and experiences about software development and other topics like math.
## Contributing
The idea of this website is to be simple and fast. So, I'll probably not accept any pull request that adds a new big feature or a new dependency. But feel free to open an issue or a pull request if you have some suggestion or find a typo.
## Running locally
```bash
git clone git@github.com:vit0rr/portfolio.git
```
```bash
cd portfolio
```
```bash
npm install
```
```bash
npm run dev
```
If you want to create a new post, run:
```bash
npm run write
```
It is a fork from [Noghartt](https://github.com/noghartt), thanks 🫶🏼