/LupaWeb

Front-End of the LupaDevStudio website.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

LupaDevStudio Website

License Netlify Status

This is the code used for the LupaDevStudio's website available at the url : lupadevstudio.com

Requirements

This website is built with angular, to install it, use the command : npm install -g @angular/cli

You might need to use sudo.

Install

To install the website for the first time, use the command : npm install

Testing

To run the script locally, use the command : ng serve

When running locally, open localhost:4200 to preview the website.

Develop

Create a new component

To create a new component, use the command : ng g c <name of the component>

Build

To build the website, use the command : npm run build

License

The code of this website is licensed under the Apache License version 2.0.