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

https://github.com/devitools/landing

:art: Landing page of the project
https://github.com/devitools/landing

devitools hacktoberfest hacktoberfest-accepted landing-page

Last synced: 10 months ago
JSON representation

:art: Landing page of the project

Awesome Lists containing this project

README

          

# Devi Tools landing page

## Getting started

### Running the project

Use docker compose to start the project
```bash
docker-compose up -d
```

### Configure the project

Use the command below to prepare the project
```bash
docker exec -it devi.tools composer install
```

Get access to container bash
```bash
docker exec -it devi.tools bash
```

### See the project on browser

Access the browser on [http://localhost:8080](http://localhost:8080)