portfolio

My blog repository

AGPL-3.0 License

Stars
18

vitorsalmeida

Welcome to 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

git clone [email protected]:vit0rr/portfolio.git
cd portfolio
npm install
npm run dev

If you want to create a new post, run:

npm run write

It is a fork from Noghartt, thanks 🫶🏼