https://github.com/madeindjs/optimize
https://github.com/madeindjs/optimize
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeindjs/optimize
- Owner: madeindjs
- License: mit
- Created: 2020-05-15T08:23:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:58:28.000Z (over 3 years ago)
- Last Synced: 2025-02-13T10:27:46.161Z (over 1 year ago)
- Language: TypeScript
- Size: 3.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optimiz
## Setup
To run it simply use docker:
- for development
~~~bash
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
~~~
- for production
~~~bash
$ docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
~~~
Then you can open your browser at .
> `lvh.me` is a domain who redirect to `localhost` and allow you to simulate subdomain without edit your `/etc/host` file.