/docs-2

Documentation of Dinero.js

Primary LanguageJavaScriptMIT LicenseMIT

Dinero.js Documentation

This is where the documentation files of Dinero.js live.

Install

You need Node.js >= 11.0.0 to start the server.

Clone repository

Clone these docs on your environment:

git clone https://github.com/dinerojs/docs.git

Install dependencies

Go to the project’s root and install the dependencies using Yarn (recommended) or npm:

yarn install
# or
npm install

Start server

Start the dev server on port 4000 by running:

yarn start
# or
npm run start

Then, access the API on http://localhost:4000 🚀