The canonical source of PSONO Admin Client is hosted on GitLab.com.
The documentation for the psono server can be found here:
This project was bootstrapped with Create React App.
To start a server for development do the following
npm install
To start a server for development do the following
npm start
Afterwards you can visit http://localhost:3000
To build everything as standalone for production
INLINE_RUNTIME_CHUNK=false npm run build
Afterwards everthing can be found in the /build
folder
To run unit tests
npm test
To run unit tests
npm test -- --coverage
Visit the License.md for more details