-
Notifications
You must be signed in to change notification settings - Fork 1
Developing
expitau edited this page Dec 9, 2022
·
1 revision
The file structure of the repository is as follows
-
/docs
Link to /website/dist for Github Pages site -
/extension
Holds files for the browser extension-
/dist
Built files that can be directly imported as unpacked extension -
/src
Source code
-
-
/function
Holds scripts for building and the algorithm for generating passwords-
/build
npm build scripts -
/dist
built bundles and compressed files
-
-
/website
Frontend website-
/dist
Statically built files for hosting -
/src
Raw sass & source code for website
-
To build, use npm run build