Skip to content

Latest commit

 

History

History
 
 

README.md

Dinero.js documentation site

This is where the documentation site of Dinero.js lives. It uses Next.js.

Start server

Start the dev server by running:

yarn website:dev

Then, access the site on http://localhost:3000 🚀

Build

To render the site as static files, run:

yarn website:build

You can then view it by running:

yarn website:start

Powered by Vercel