/astrobin-ng

Primary LanguageTypeScript

AstroBin NG, based on Node.js, Angular.

codecov dependencies Status Maintainability

Description

AstroBin NG.

Running the application

Running it natively

Installation

$ npm ci

Running it

# development
$ npm run start

# production mode
$ npm run start:prod

Running it with Docker (local only)

# Start the application (development)
$ docker compose up

Test

# unit tests
$ npm test

# test coverage
$ npm run test:cov

Stay in touch

License

AstroBin NG is AGPL 3.0 licensed.