https://github.com/autowp/suzuki-fasteners
Suzuki Fasteners Registry
https://github.com/autowp/suzuki-fasteners
fasteners suzuki
Last synced: 16 days ago
JSON representation
Suzuki Fasteners Registry
- Host: GitHub
- URL: https://github.com/autowp/suzuki-fasteners
- Owner: autowp
- License: mit
- Created: 2025-09-13T22:44:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-29T19:31:23.000Z (9 months ago)
- Last Synced: 2025-10-29T20:47:03.069Z (9 months ago)
- Topics: fasteners, suzuki
- Language: TypeScript
- Homepage: https://autowp.github.io/suzuki-fasteners/en/
- Size: 2.25 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Suzuki Fasteners Registry
Visit
- [https://autowp.github.io/suzuki-fasteners/en/](https://autowp.github.io/suzuki-fasteners/en/) (English)
- [https://autowp.github.io/suzuki-fasteners/ru/](https://autowp.github.io/suzuki-fasteners/ru/) (Русский)
## Contributing
Feel free to open pull request with fasteners description.
https://github.com/autowp/suzuki-fasteners/blob/main/src/app/data.ts
## Development server
To start a local development server, run:
```bash
ng serve
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
## Deploy on gh-pages
To deploy, run:
```bash
ng deploy --base-href=/suzuki-fasteners/
```
To generate messages file
```bash
ng extract-i18n --output-path src/locale
```