Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smateo49/stronka
Strona testowa do budowy strony https://jamstackpb.github.io/main/
https://github.com/smateo49/stronka
Last synced: 11 days ago
JSON representation
Strona testowa do budowy strony https://jamstackpb.github.io/main/
- Host: GitHub
- URL: https://github.com/smateo49/stronka
- Owner: SMATEO49
- Created: 2021-08-25T10:37:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T20:29:38.000Z (over 3 years ago)
- Last Synced: 2023-08-15T01:12:49.212Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jak zacząć
1. Klonujemy repo
```sh
git clone https://github.com/jamstackpb/main
```
2. Instalujemy zależności
```sh
npm i
```
3. Uruchamiamy projekt
```sh
npm run dev
```
4. Wchodzimy w przeglądarce na `http://localhost:3000`
## Jak robić issuesy```
git checkout -b issue-NUMER_ISSUE
```Robimy zmiany
```
git add .
git commit -m 'moja wiadomosc'
git push origin issue-NUMER_ISSUE
```Klikamy create pull request na Githubie i czekamy na Code Review.