https://github.com/satansdeer/git-example-traktor-stream
This is an example repo of how to use Git and GitHub
https://github.com/satansdeer/git-example-traktor-stream
git
Last synced: about 2 months ago
JSON representation
This is an example repo of how to use Git and GitHub
- Host: GitHub
- URL: https://github.com/satansdeer/git-example-traktor-stream
- Owner: satansdeer
- Created: 2021-06-18T17:52:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T18:01:14.000Z (about 5 years ago)
- Last Synced: 2025-10-10T23:09:06.030Z (9 months ago)
- Topics: git
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GIT Example
This file is an example of git usage.
## How to start
Insall dependencies:
```sh
yarn
npm install
```
## How to run tests
```sh
yarn test
```