https://github.com/blumilksoftware/website
Company website.
https://github.com/blumilksoftware/website
hacktoberfest legnica software-house svelte tailwindcss website
Last synced: 5 months ago
JSON representation
Company website.
- Host: GitHub
- URL: https://github.com/blumilksoftware/website
- Owner: blumilksoftware
- Created: 2020-08-21T06:11:49.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-18T11:49:09.000Z (7 months ago)
- Last Synced: 2025-11-18T15:30:34.328Z (7 months ago)
- Topics: hacktoberfest, legnica, software-house, svelte, tailwindcss, website
- Language: Blade
- Homepage: https://blumilk.pl
- Size: 65.3 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## @blumilksoftware/website
### About application
> Blumilk official website.
### Local development
```
cp .env.example .env
make init
make dev
```
Application will be running under [localhost:34620](localhost:34620) and [http://website.blumilk.localhost/](http://website.blumilk.localhost/) in Blumilk traefik environment. If you don't have a Blumilk traefik environment set up yet, follow the instructions from this [repository](https://github.com/blumilksoftware/environment).
#### Commands
Before running any of the commands below, you must run shell:
```
make shell
```
| Command | Task |
|:------------------------|:--------------------------------------------|
| `composer ` | Composer |
| `composer test` | Runs backend tests |
| `composer analyse` | Runs Larastan analyse for backend files |
| `composer cs` | Lints backend files |
| `composer csf` | Lints and fixes backend files |
| `php artisan ` | Artisan commands |
| `npm run dev` | Compiles and hot-reloads for development |
| `npm run build` | Compiles and minifies for production |
| `npm run lint` | Lints frontend files |
| `npm run lintf` | Lints and fixes frontend files |
| `npm run tsc` | Runs TypeScript checker |
#### Containers
| service | container name | default host port |
|:-----------|:--------------------------|:--------------------------------|
| `app` | `website-app-dev` | [34620](http://localhost:34620) |
| `database` | `website-db-dev` | 34621 |
| `redis` | `website-redis-dev` | 34623 |
| `mailpit` | `website-mailpit-dev` | 34622 |