Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lupadevstudio/lupaweb
Front-End of the LupaDevStudio website.
https://github.com/lupadevstudio/lupaweb
angular frontend html-css website
Last synced: 20 days ago
JSON representation
Front-End of the LupaDevStudio website.
- Host: GitHub
- URL: https://github.com/lupadevstudio/lupaweb
- Owner: LupaDevStudio
- License: apache-2.0
- Created: 2023-10-02T13:38:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T09:19:13.000Z (about 1 month ago)
- Last Synced: 2024-10-11T00:15:23.458Z (about 1 month ago)
- Topics: angular, frontend, html-css, website
- Language: TypeScript
- Homepage: http://lupadevstudio.com
- Size: 27.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# LupaDevStudio Website
![License](https://img.shields.io/github/license/LupaDevStudio/TramwayCollector)
[![Netlify Status](https://api.netlify.com/api/v1/badges/aa9938ed-22c1-46eb-b0a5-9f50c32b67d2/deploy-status)](https://app.netlify.com/sites/lupadevstudio/deploys)This is the code used for the LupaDevStudio's website available at the url : [lupadevstudio.com](http://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](http://localhost:4200) to preview the website.
## Develop
### Create a new component
To create a new component, use the command : `ng g c `
## 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`.