Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maifeeulasad/react-pipeline
https://maifeeulasad.github.io/react-pipeline/
https://github.com/maifeeulasad/react-pipeline
Last synced: 16 days ago
JSON representation
https://maifeeulasad.github.io/react-pipeline/
- Host: GitHub
- URL: https://github.com/maifeeulasad/react-pipeline
- Owner: maifeeulasad
- License: mit
- Created: 2021-08-31T05:37:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T16:12:43.000Z (about 1 year ago)
- Last Synced: 2024-10-11T10:10:32.125Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 4.69 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deployment ready (React + TS + Vite + Tailwind)
GitHub page should be available here: https://maifeeulasad.github.io/react-pipeline
## Using docker
```bash
docker compose up
```## Steps to reproduce:
- Get `ssh-keygen`
- Run this command `ssh-keygen -t rsa -b 4096`
- Save it to a nice place
- Give it some cool and understandable name(mainly for later usage - I had key pair named *okjanu* from 2018, I have no idea what do they do, but it's under folder `imporatnt`)
- Backup to some cloud store and remove it from local storage
- Go to *secrets* under *settings*
- For this repo, I went to: https://github.com/maifeeulasad/react-pipeline/settings/secrets/actions
- Open the private key, *file without `.pub` extension*, with any text editor or in terminal
- Paste it write there
- Go to *deploy keys* under *settings*
- For this repo: https://github.com/maifeeulasad/react-pipeline/settings/keys
- Open the public key and paste there
- Give it write access(must)## Some stuff:
- GA included, please change it accordingly, at the very bottom of `index.html`. Here: https://github.com/maifeeulasad/react-pipeline/blob/80773182fae66e463d7928f690863bc965757a38/index.html#L35
- In `App.tsx`, find `` and set the project name here, correctly. Currently set to:
```
...
```