Find nearby businesses to pay with cryptocurrencies
yarn # preferred over npm install
Run the development server
yarn dev
Run the development server with SSL (so that the location permission works)
brew install mkcert # install mkcert
mkcert localhost # create the certifications for localhost and copy into ./https_cert/
yarn dev-SSL # run the server on local and lan connection
https://paulintrognon.fr/blog/typescript-prettier-eslint-next-js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.