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

https://github.com/madeindjs/optimize


https://github.com/madeindjs/optimize

Last synced: 3 months 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.