@ddict/bubble v1.2.8
Ddict Bubble (Content Scripts Popover)
To get the Ddict Bubble project up and running on your local machine, follow these steps:
Prerequisites
- Node v20+
Installation
npm installRunning the Project Locally
npm run devThis command will start a local development server. You can now access the application in your web browser at the address provided in the terminal output (usually http://localhost:5173).
Run Lint Check
To check for linting errors, run:
npm run lintThis command will use ESLint to check your code for any linting errors based on the project's configuration.
Format Code with Prettier
To format your code according to the project's Prettier configuration, run:
npm run formatBuilding the Project
npm run buildThis command compiles the application into static files in the dist directory. These files can then be deployed to a web server.
Previewing the Build
After building the project, you can preview the production build locally by running:
npm run previewCheck the terminal output for the local URL to access the preview (usually http://localhost:4173)
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago