Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/f22hd/owncard

An PWA angularjs application to create your own card by writing your name and generating by the application then you can download the image.
https://github.com/f22hd/owncard

angularjs canvas pwa

Last synced: 10 days ago
JSON representation

An PWA angularjs application to create your own card by writing your name and generating by the application then you can download the image.

Awesome Lists containing this project

README

        

# ownCard
An angularjs application to create your own card by writing your name and generating by the application then you can download the image.

# Usage
run the command below to install dependencies.
```sh
npm install
```

you can run application via
```sh
ng serve
```

or you can make a build for production.
```sh
ng build prod
```
or make a build with PWA
```sh
npm run pwa
```