This is where the documentation site of Dinero.js lives. It uses Next.js.
Start the dev server by running:
yarn website:devThen, access the site on http://localhost:3000 🚀
To render the site as static files, run:
yarn website:buildYou can then view it by running:
yarn website:start