Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 818 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 818 Bytes

Contributing

Thanks for your interest in helping out! This guide should help you to get up and running. If you have additional questions, please open an issue.

Developing

Prerequisites

To run the FI Calc Guide locally, you'll need to have the following installed on your machine:

Installation

First, clone this repository.

git clone [email protected]:jmeas/fi-calc-guide.git

Then, navigate into the repository directory and install the npm dependencies:

cd fi-calc-guide && npm install

Developer Scripts

These are npm scripts that should help you with development.

  • npm start: Run the website locally