Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vit0rr/blog
My blog repository
https://github.com/vit0rr/blog
javascript nextjs nodejs portfolio reactjs
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T00:02:37.000Z (about 2 months ago)
- Last Synced: 2024-11-06T01:17:26.106Z (about 2 months ago)
- Topics: javascript, nextjs, nodejs, portfolio, reactjs
- Language: Astro
- Homepage: https://vitorsalmeida.com/
- Size: 31.6 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 [email protected]: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 π«ΆπΌ