A simple website which answers a single question: should you buy bitcoin today or not? Powered by crowdsourcing.
- Copy
.env.development.example
to.env.development
, fill the data there. - Copy
backup.example.sh
tobackup.sh
, fill the data there. - Copy
mongod.example.conf
tomongod.conf
, fill the data there.
yarn
yarn run frontend:dev
yarn run db:dev
yarn run backend:dev