Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scemist/digiton
🛡️ Conceito de apresentação de empresa e landpage.
https://github.com/scemist/digiton
docker landing-page laravel php presentation static-site static-site-generator tailwindcss
Last synced: about 1 month ago
JSON representation
🛡️ Conceito de apresentação de empresa e landpage.
- Host: GitHub
- URL: https://github.com/scemist/digiton
- Owner: Scemist
- Created: 2023-12-03T15:05:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-28T02:18:34.000Z (about 1 month ago)
- Last Synced: 2024-11-28T03:22:12.098Z (about 1 month ago)
- Topics: docker, landing-page, laravel, php, presentation, static-site, static-site-generator, tailwindcss
- Language: PHP
- Homepage: https://digiton.tech
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Start the Containers
## Development
```sh
docker compose up -d --build
```### First Commands to Run
```sh
docker exec -it digiton-dev-php-1 shcp .env.example .env
composer install
npm install
chmod -R 755 /app && \
chmod -R ugo+rwx /app/storage && \
chmod -R ugo+rwx /app/bootstrap/cachephp artisan key:generate
```> Available on localhost:9999
## Production - Generate Static Site in /docs
```sh
docker exec bash export.sh
```