Text instruction used in the video:
1. https://metamask.io/
first - create a Metamask address
2. https://chainid.network/
second - add the sepolia testnet to Metamask
Text instruction used in the video:
1. https://metamask.io/
first - create a Metamask address
2. https://chainid.network/
second - add the sepolia testnet to Metamask
Make sure you have ffmpeg installed.
ffmpeg \
-i input.mp4 \
-r 15 \
-vf "scale=800:-1,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" \
output.gif
So you want to add some changes to code, and make it as if your last commit has the changes. Also, you want to keep the date of your last commit. Easy!
GIT_AUTHOR_DATE
and GIT_COMMITTER_DATE
.I hereby claim:
To claim this, I am signing this object:
FROM node:boron-stretch | |
# Setup necessary system dependencies. | |
RUN echo "deb http://http.us.debian.org/debian stretch main contrib non-free" >> "/etc/apt/sources.list" | |
RUN echo "deb http://security.debian.org stretch/updates main contrib non-free" >> "/etc/apt/sources.list" | |
RUN apt-get update |
https://medium.com/@_rchaves_/building-microfrontends-part-i-creating-small-apps-710d709b48b7 | |
Trying the commands after the sentence "That's it, you can now run the header with:". | |
-------------------------- | |
Valeras-MacBook-Air:header valerarozuvan$ npm run build | |
> [email protected] build /Users/valerarozuvan/dev/experiments/micro_f_01/header | |
> react-scripts build |