- Download an IDE, preferably Visual Studios Code.
- Languages to be installed: Python and Javascript (React.js): https://www.python.org/downloads/ and https://www.javascript.com/
- To familiarize yourself with the platform, otherwise everything technical is set up in the project already : https://plaid.com/docs/quickstart/
Create a new workspace. Clone repository through cmd: git clone https://github.com/surabhigupta2029/SimpliFi
Dependencies are 3rd party packages which are needed because different components of the project depend on them. These can be seen in the file named package.json
To set this up locally, run npm install
in the source directory
cd simplifi
npm run start
cd backend
flask run
The website will load on localhost:3000/