/s3gw-ui

UI for the S3 Gateway

Primary LanguageTypeScriptApache License 2.0Apache-2.0

s3gw UI

User interface for the s3gw.

Documentation

You can access our documentation here.

Installation

Run npm ci to install the necessary node modules.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. Make sure the proxy.conf.json file exists and is configured to access your s3gw installation.

Beautify and linting code

Run npm run fix to beautify and lint the source code.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test:ci to execute the unit tests.