Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabellanunesdev/isabellanunes.dev
This repository contains the code and content for my personal portfolio and blog. It showcases my work, projects, and articles on various topics related to software development and technology.
https://github.com/isabellanunesdev/isabellanunes.dev
fullstack maintaining
Last synced: about 1 month ago
JSON representation
This repository contains the code and content for my personal portfolio and blog. It showcases my work, projects, and articles on various topics related to software development and technology.
- Host: GitHub
- URL: https://github.com/isabellanunesdev/isabellanunes.dev
- Owner: isabellanunesdev
- License: mit
- Created: 2023-11-26T01:28:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T19:08:14.000Z (7 months ago)
- Last Synced: 2024-10-30T16:25:14.459Z (2 months ago)
- Topics: fullstack, maintaining
- Language: JavaScript
- Homepage: https://isadfrn.dev
- Size: 953 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isadfrn.dev
![Languages used](https://img.shields.io/github/languages/count/isadfrn/isadfrn.dev?style=flat-square)
![Repository size](https://img.shields.io/github/repo-size/isadfrn/isadfrn.dev?style=flat-square)
![Last commit](https://img.shields.io/github/last-commit/isadfrn/isadfrn.dev?style=flat-square)## About
This is my personal portfolio.
## Run
To run this project locally, you need to:
- Install dependencies
```shell
npm install
```- Run each project with
```shell
npm run dev
```or run with docker:
```shell
docker compose up -d
```## Contributing
This repository is using [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), so if you want to contribute:
- create a branch from develop branch;
- make your contributions;
- open a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to develop branch;
- wait for discussion and future approval;I thank you in advance for any contribution.
## Status
Maintaining
## License
[MIT](./LICENSE)