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.
To run the FI Calc Guide locally, you'll need to have the following installed on your machine:
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
These are npm scripts that should help you with development.
npm start
: Run the website locally