This is the code used for the LupaDevStudio's website available at the url : lupadevstudio.com
This website is built with angular, to install it, use the command : npm install -g @angular/cli
You might need to use sudo.
To install the website for the first time, use the command : npm install
To run the script locally, use the command : ng serve
When running locally, open localhost:4200 to preview the website.
To create a new component, use the command : ng g c <name of the component>
To build the website, use the command : npm run build
The code of this website is licensed under the Apache License version 2.0
.