-
Notifications
You must be signed in to change notification settings - Fork 0
MacOS Installation
- Node.JS (LTS Version Recommended)
- Git
-
VSCode (Recommended)
- Note: We highly recommend using VSCode for your IDE because of the extension integration.
- For Prettier, go to
File > Preferences > Settings
and search forFormat On Save
. Check the box to enable it.
- File is found at the top left corner of the screen in VSCode.
- Open a terminal (Command + Space to open Spotlight Search and search for "Terminal") and run
git config --global user.name "Your Name"
andgit config --global user.email
- Confirm that the changes were made by running
git config --global --list
NOTE: It's recommended to create a Project
folder for this project and future projects.
1. If you have a folder called Project, open the folder in VSCode. If not, create a folder called Project and open it in VSCode.
2. Click on the Source Control icon on the left side of the screen (looks like a branch).
3. Click "Initialize Repository"
4. Click on the three dots (...) and click Clone Repository.
5. Paste the following link into the box: https://github.com/BroncoDirectMe/Frontend.git
- Click on the folder icon and select the Project folder.
-
Right click the folder that you want to have the project files in, ideally in a folder called "Projects," and select
New Terminal at Folder
-
Run
git clone https://github.com/BroncoDirectMe/Frontend.git
Note: Make sure that the Frontend folder is in the bold on the explorer
- In VSCode where you opened the project, open a terminal (Terminal > New Terminal)
2. Run npm install
to install all the dependencies for the project.
- The vulnerabilities warning is intentional unfortunately.
- In VSCode's integrated terminal, run
npm run build
2. Go to chrome://extensions/
and ensure Developer mode is turned on.
- If you've previously built the extension, remove / uninstall the extension. This includes the production version of the extension (what's currently on the Chrome Webstore).
4. Click the Load unpacked button and navigate to your dist
folder generated in the Frontend folder.
5. The extension is now installed.
- NOTE: You will have to remove / uninstall the extension and re-navigate to your dist folder every time you make changes