This is where the documentation files of Dinero.js live.
You need Node.js >= 11.0.0 to start the server.
Clone these docs on your environment:
git clone https://github.com/dinerojs/docs.git
Go to the project’s root and install the dependencies using Yarn (recommended) or npm:
yarn install
# or
npm install
Start the dev server on port 4000
by running:
yarn start
# or
npm run start
Then, access the API on http://localhost:4000 🚀