financial tools for the ethereum ecosystem
https://ethereum-financial-tools.github.io
- fork ths repo https://github.com/ethereum-financial-tools/ethereum-financial-tools.github.io.git
git clone https://github.com/<your-github-org>/ethereum-financial-tools.github.io.git
cd ethereum-financial-tools.github.io
npm install
npm start
- edit files to make changes and see updated live preview
npm run build
git add -A
git commit -m "<describe changes"
git push
- enable github page on your fork and check if your changes work
- open PULL REQUEST to contribute changes back