Pull down the Basic application
Needed Packets:
- Download and install node https://nodejs.org/en/download/ .
- You can check the node and npm version with node -v and npm -v.
Initial steps:
- Pull down the directory.
- Setup with a new and separate remote repository attached.
- Run "npm i". This will pull in all the node modules that get ".gitignored".
- To serve the project locally and in the browser make sure you are in the right directory (if you haven't moved directories since install you should just need to make sure in are in the top level if the project "cd APPNAME") run "ionic serve".
- From here it might be good to update ionic, capacitor, and angular versions (note there may be some issue with cordova plugins that are heavily used in this project)
Set new Environment:
- Navigate to src/environments/environments.ts
- Change variables to reflect new applications correct values
INSERT A PROCESS TO GET AN API KEY FROM OMGCP