AstroBin NG, based on Node.js, Angular.
$ npm ci# development
$ npm run start
# production mode
$ npm run start:prod# Start the application (development)
$ docker compose up# unit tests
$ npm test
# test coverage
$ npm run test:cov- Author: Salvatore Iovene
- Website: https://www.astrobin.com
AstroBin NG is AGPL 3.0 licensed.