Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madeindjs/optimize


https://github.com/madeindjs/optimize

Last synced: 11 days ago
JSON representation

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.