The project was generated with Angular CLI version 18.0.0.

> cd astralka-web
> sudo npm install
Update config.json file in src/assets folder, if necessary
{
"server": "http://localhost:3010",
// add rotate images if you want Zodiac or Planet or Aspect rotating image
// in AI explanation area
"rotate_images": {
"imageLoaderUrl": "http://localhost:3010/images"
}
}
Run ng serve
for a dev server. Navigate to http://localhost:4200/
.
If you want to run shared in local network replace localhost on 0.0.0.0 and
ng serve --host 0.0.0.0
change package.json and config.json.
The application will automatically reload if you change any of the source files.