|
1 |
| -# Suppis |
2 |
| -Innovative way to market 📣 and communicate 💬 |
3 |
| - |
4 |
| -## Technologies |
5 |
| -Suppis uses [Whatsapp-Web.js](https://wwebjs.dev/) library as its main component, which is used to send messages and [Firebase](https://firebase.google.com/) for authentication and API security. |
6 |
| -Also some other technologies that Suppis uses are [Express](https://expressjs.com/) for API, [Typescript](https://www.typescriptlang.org/) for better developer experience and [React](https://reactjs.org/) on the frontend for the admin panel |
7 |
| -<p align="left"> <a href="https://www.w3schools.com/css/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original-wordmark.svg" alt="css3" width="40" height="40"/> </a> <a href="https://expressjs.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/express/express-original-wordmark.svg" alt="express" width="40" height="40"/> </a> <a href="https://firebase.google.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg" alt="firebase" width="40" height="40"/> </a> <a href="https://www.w3.org/html/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" alt="html5" width="40" height="40"/> </a> <a href="https://www.nginx.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nginx/nginx-original.svg" alt="nginx" width="40" height="40"/> </a> <a href="https://nodejs.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg" alt="nodejs" width="40" height="40"/> </a> <a href="https://reactjs.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="react" width="40" height="40"/> </a> <a href="https://tailwindcss.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/tailwindcss/tailwindcss-icon.svg" alt="tailwind" width="40" height="40"/> </a> <a href="https://www.typescriptlang.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-original.svg" alt="typescript" width="40" height="40"/> </a> </p> |
8 |
| - |
9 |
| -## How to install 💾 |
10 |
| -1. Clone project to your computer with `git clone https://github.com/Nummenpojat/Suppis.git` |
11 |
| -2. Clone submodules to your compoter with `git submodule update --init --recursive` |
12 |
| - |
13 |
| -## How to run in Docker |
14 |
| -1. Configure env in `docker-compose.yml` |
15 |
| - - It has defaults that you can use |
16 |
| - - If you wish to chance Nginx config look in to `/nginx/nginx.conf` file |
17 |
| -2. Run `docker compose up` |
18 |
| -3. Now Suppis is running inside Docker |
| 1 | +# Suppis |
| 2 | +Innovative way to market 📣 and communicate 💬 |
| 3 | + |
| 4 | +## Technologies |
| 5 | +Suppis uses [Whatsapp-Web.js](https://wwebjs.dev/) library as its main component, which is used to send messages and [Firebase](https://firebase.google.com/) for authentication and API security. |
| 6 | +Also some other technologies that Suppis uses are [Express](https://expressjs.com/) for API, [Typescript](https://www.typescriptlang.org/) for better developer experience and [React](https://reactjs.org/) on the frontend for the admin panel |
| 7 | +<p align="left"> <a href="https://www.w3schools.com/css/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original-wordmark.svg" alt="css3" width="40" height="40"/> </a> <a href="https://expressjs.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/express/express-original-wordmark.svg" alt="express" width="40" height="40"/> </a> <a href="https://firebase.google.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg" alt="firebase" width="40" height="40"/> </a> <a href="https://www.w3.org/html/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" alt="html5" width="40" height="40"/> </a> <a href="https://www.nginx.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nginx/nginx-original.svg" alt="nginx" width="40" height="40"/> </a> <a href="https://nodejs.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg" alt="nodejs" width="40" height="40"/> </a> <a href="https://reactjs.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="react" width="40" height="40"/> </a> <a href="https://tailwindcss.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/tailwindcss/tailwindcss-icon.svg" alt="tailwind" width="40" height="40"/> </a> <a href="https://www.typescriptlang.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-original.svg" alt="typescript" width="40" height="40"/> </a> </p> |
| 8 | + |
| 9 | +## How to use Suppis |
| 10 | +1. Clone project to your computer with `git clone https://github.com/Nummenpojat/Suppis.git` |
| 11 | +2. Check documentation for [Core](./docs/core.md) |
| 12 | +3. Run either normally or with Docker |
| 13 | + |
| 14 | +### How to run in Docker |
| 15 | +1. Configure env in [docker-compose.yml](docker-compose.yml) |
| 16 | + - It has defaults that you can use |
| 17 | + - If you wish to chance Nginx config look in to [nginx.conf](./nginx/nginx.conf) file |
| 18 | +2. Run `docker compose up` |
| 19 | +3. Now Suppis is running inside Docker |
0 commit comments