cevi / logo-generator

A logo-generator for your own Cevi-Logo.
GNU General Public License v3.0
6 stars 0 forks source link

Cevi-Logo Generator

Use it

Logo-Generator

Preset content

logo.cevi.ch?logo-left=CEVI&logo-right=WÄDI-AU

Possible GET-Parameter:

Get directly the logo

You can get your logo directly from our website:

https://logo.cevi.ch/logo.svg?left=LOGO&right=GENERATOR

https://logo.cevi.ch/logo.svg?left=LOGO&right=GENERATOR

Use the generator on your website

You can add the logo-generator to your website via an iframe:

<iframe src="https://logo.cevi.ch/?iframe=true"
        width="100%"
        height="700"
        title=""></iframe>

Installation

This project is based on npm. Please install it on your system. To build the frontend (CSS & Javascript), please install the following modules:

$ npm install -g browserify

Install now the node-packages via npm:

$ npm install

The access to the admin-page is restricted. Copy the file ./admin/example.env to ./admin/.env and add there your own hashed password:

echo password_hash("your password here", PASSWORD_BCRYPT, $options);

Development

Now you can use the following commands to build your local website:

$ npm run build

Examples

Contributors

Thanks goes to these wonderful people (emoji key):


Beat Temperli

💻 📖 🤔 🚧

Cyrill Püntener

🤔 🐛