mirror of
https://gitlab.com/psono/psono-admin-client
synced 2025-04-17 15:57:05 +03:00
Preparing v1.7.19 See merge request psono/psono-admin-client!77
PSONO Admin Client - Password Manager
Canonical source
The canonical source of PSONO Admin Client is hosted on GitLab.com.
Documentation
The documentation for the psono server can be found here:
Things that have not yet found a place in our docs
This project was bootstrapped with Create React App.
Install dependencies
To start a server for development do the following
npm install
Start of a dev server
To start a server for development do the following
npm start
Afterwards you can visit http://localhost:3000
Build for production
To build everything as standalone for production
INLINE_RUNTIME_CHUNK=false npm run build
Afterwards everthing can be found in the /build
folder
Run unittests
To run unit tests
npm test
Run unittests (with coverage)
To run unit tests
npm test -- --coverage
LICENSE
Visit the License.md for more details
Languages
JavaScript
96.7%
CSS
1.1%
Shell
1%
Python
0.9%
HTML
0.2%