https://github.com/igniphp/stilus
https://github.com/igniphp/stilus
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/igniphp/stilus
- Owner: igniphp
- Created: 2018-07-22T12:01:58.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-10-14T14:47:09.000Z (over 7 years ago)
- Last Synced: 2025-01-04T18:12:13.424Z (over 1 year ago)
- Language: PHP
- Size: 248 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stilus
## Project setup
```
npm install
composer install
```
### Compiles and hot-reloads for development
```
# Starting up administrative panel
npm run serve
# Starting up api
composer run
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Docker
To setup docker
`docker-compose up`
Running api server
`docker-compose run stilus_api composer run`
Running web server
`docker-compose run stilus_api npm run build`