-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
17 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
## ChromeKeePass Build Instructions | ||
# ChromeKeePass Build Instructions | ||
|
||
1. You need to have [NodeJS](https://nodejs.org) installed | ||
|
||
2. Run the command `npm install` in the project directory to install all dependencies | ||
|
||
3. The build result is always in the `/dist` directory. There are three build commands: | ||
|
||
1. `npm run dev`: This builds the project including source maps (for easy debugging) | ||
1. `npm run dev`: This builds the project including source maps and additional console outputs (for easy debugging) | ||
2. `npm run watch`: This does the same as `dev`, but this command keeps watching for changes in source files and automatically rebuilds when a change is detected | ||
3. `npm run prod`: This creates a production build. This means it is minified and without source maps | ||
3. `npm run build`: This creates a production build. This means it is minified and without source maps | ||
|
||
## Testing | ||
|
||
There are automated tests available. You can run them with the command `npm test`, but you can also test manually agains the built-in test webserver. See the [test readme](../../test/readme.md) for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters