Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivanclay/clone-tabnews

Tabnews.com.br clone
https://github.com/ivanclay/clone-tabnews

Last synced: 25 days ago
JSON representation

Tabnews.com.br clone

Awesome Lists containing this project

README

        

# clone-tabnews

Tabnews.com.br clone

## Start docker environment

docker compose -f infra/compose.yaml up -d

## Finish docker environment

docker compose -f infra/compose.yaml down

## Start Application

npm run dev

## Start Jest Watch

npm run test:watch

## Git basic commands

git pull
git status
git add .
git add -A
git add -am 'commit message'
git commit -m 'commit message'
git push

## VS Code Fuzzy Search

ctrl + p / cmd + p