Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsoaress/dsoares.dev
Source of my personal site using Next.js (with TypeScript)
https://github.com/dsoaress/dsoares.dev
jest nextjs react tailwind testing-library typescript vercel
Last synced: 15 days ago
JSON representation
Source of my personal site using Next.js (with TypeScript)
- Host: GitHub
- URL: https://github.com/dsoaress/dsoares.dev
- Owner: dsoaress
- License: mit
- Created: 2020-04-05T06:38:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T12:40:11.000Z (9 months ago)
- Last Synced: 2024-04-02T04:44:50.758Z (9 months ago)
- Topics: jest, nextjs, react, tailwind, testing-library, typescript, vercel
- Language: TypeScript
- Homepage: https://dsoares.dev
- Size: 33.5 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daniel Soares
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dsoaress_dsoares.dev&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=dsoaress_dsoares.dev)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=dsoaress_dsoares.dev&metric=bugs)](https://sonarcloud.io/summary/new_code?id=dsoaress_dsoares.dev)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=dsoaress_dsoares.dev&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=dsoaress_dsoares.dev)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=dsoaress_dsoares.dev&metric=coverage)](https://sonarcloud.io/summary/new_code?id=dsoaress_dsoares.dev)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=dsoaress_dsoares.dev&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=dsoaress_dsoares.dev)
[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev)Source of my personal site.
## Running Locally
```shell
git clone https://github.com/dsoaress/dsoares.dev.git
cd dsoares.dev && pnpm i && pnpm dev
```## Built Using
- [Next.js](https://nextjs.org)
- [Tailwind](https://tailwindcss.com)
- [TypeScript](https://www.typescriptlang.org)