DAFIDAO project was formally incorporated as Quantum One DAO LLC. Learn more about Quantum One DAO at www.quantumone.io
cp .env.example to .env
And then populate .env with your endpoints
$ yarn dev
$ yarn build
$ yarn start
We use i18n react with locize cli to update/download translations.
Refer to main repo for documentation: https://github.com/locize/locize-cli
Sync with: npm run syncLocales
must provide api key
Check sync changes with: npm run checkLocales
Download locales with: npm run downloadLocales
Code style follows prettier conventions (yarn prettier
). Commit messages follow the Conventional Commits spec.
.
- set upstream to your fork
`$ git remote add upstream https://github.com/>/dafidao-beta.git
- set origin to original repo
$ git remote add origin https://github.com/Da-Fi/dafidao-beta.git
$ git pull origin master --rebase
- soft reset to squash your commits (optional)
$ git reset --soft <SHA of commit prior to your first one>
$ git add .
$ git commit -S -m "message"
- push to your fork
$ git push upstream <branch-name> --force
- info about verified commits
https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification