Skip to content

Files

Latest commit

 

History

History
37 lines (22 loc) · 770 Bytes

readme.md

File metadata and controls

37 lines (22 loc) · 770 Bytes

docs.decash.com

Public docs for docs.decash.com.

Contributing

You are welcome to contribute to these docs by forking the repository and opening pull requests which will be reviewed by repository maintainers.

Development

The instructions below specify the development workflow.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

The deployment is automated by GitHub Workflows.