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
- Host: GitHub
- URL: https://github.com/devitools/landing
- Owner: devitools
- Created: 2020-05-26T12:31:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T22:52:00.000Z (about 4 years ago)
- Last Synced: 2025-01-23T05:15:54.705Z (about 1 year ago)
- Topics: devitools, hacktoberfest, hacktoberfest-accepted, landing-page
- Language: CSS
- Homepage: https://devi.tools
- Size: 2.69 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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)