Project Dalio is the data warehouse for the Envision Capital Management Group (ECMG), a student managed 501(c)(3) fund at Indiana University.
- To learn more about the grand design, read our plan.
- For the specific challenges/features we're aiming to address, read our user stories.
TODO
-
Clone the repository
git clone https://github.com/ECMGIU/ProjectDalio.git && cd ProjectDalio -
Install packages with npm
npm install -
Install the Firebase CLI
npm install -g firebase-tools -
Start the local development server. Be careful: we haven't gotten the database distinctions worked out yet, meaning you could be working with the production database.
npm run start -
Optional if you're not working on functions. If need be, in a second terminal start the firebase emulators.
npm run emulators -
If you use VSCode, you should be prompted to install recommended extensions, and there are a few workspace settings defined in
.vscode. I (Wade) haven't tested this, so I'm unsure if it works. Hopefully it does. If it doesn't you can just look at the files and make the changes manually.
