Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Leaf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Kazala CSM2020
Leaf
Commits
4a34ed9e
Commit
4a34ed9e
authored
11 months ago
by
Piotr Kazala CSM2020
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
22de9012
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-10
10 additions, 10 deletions
README.md
with
10 additions
and
10 deletions
README.md
+
10
−
10
View file @
4a34ed9e
...
...
@@ -7,28 +7,28 @@
1.
Download the zipped folder that includes a fully working build of the app as well as all of the extension’s code and assets.
2.
Head over to chrome://extensions and enable Developer mode by using a toggle in the top right corner of the screen.
3.
Click on "Load Unpacked" and navigate to the folder where downloaded the provided folder was unzipped.
4.
Navigate to the “build” directory, choose the chrome-mv3-prod folder and click select folder.
4.
Navigate to the “build” directory, choose the
**
chrome-mv3-prod folder
**
and click select folder.
Now, the extension should be enabled in Google Chrome.
To make using the extension simpler, it is recommended to pin it to the extension toolbar.
**Instructions for running tests:**
1.
Ensure that Node.js is installed by running the command: node -v
1.
Ensure that Node.js is installed by running the command:
**
node -v
**
2.
If it is not installed, do so by downloading it from this URL: https://nodejs.org/en/download
3.
Navigate to the unzipped folder with the projects code and run this command to install all dependencies: npm install
4.
To run the tests run the following command: npx playwright test
3.
Navigate to the unzipped folder with the projects code and run this command to install all dependencies:
**
npm install
**
4.
To run the tests run the following command:
**
npx playwright test
**
**Instructions for running the project in development mode:**
1.
Ensure that Node.js is installed by running the command: node -v
1.
Ensure that Node.js is installed by running the command:
**
node -v
**
2.
If it is not installed, do so by downloading it from this URL: https://nodejs.org/en/download
3.
Navigate to the unzipped folder with the projects code and run this command to install all dependencies: npm install
3.
Navigate to the unzipped folder with the projects code and run this command to install all dependencies:
**
npm install
**
4.
Head over to chrome://extensions and enable Developer mode by using a toggle in the top right corner of the screen.
5.
Click on "Load Unpacked" and navigate to the folder where downloaded the provided folder was unzipped.
6.
Navigate to the “build” directory, choose the chrome-mv3-dev folder and click select folder.
7.
To run the development server use the following command: npm run dev
6.
Navigate to the “build” directory, choose the
**
chrome-mv3-dev
**
folder and click select folder.
7.
To run the development server use the following command:
**
npm run dev
**
If any changes are made in development, a new production build can be generated by the following command: npm run build
This will generate a new chrome-mv3-prod directory which will hold the updated production build of the app.
If any changes are made in development, a new production build can be generated by the following command:
**
npm run build
**
This will generate a new
**
chrome-mv3-prod
**
directory which will hold the updated production build of the app.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment