Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madeindjs/optimize
https://github.com/madeindjs/optimize
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeindjs/optimize
- Owner: madeindjs
- License: mit
- Created: 2020-05-15T08:23:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:58:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T01:37:26.148Z (19 days 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.