Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 sh

cp .env.example .env

composer install

npm install

chmod -R 755 /app && \
chmod -R ugo+rwx /app/storage && \
chmod -R ugo+rwx /app/bootstrap/cache

php artisan key:generate
```

> Available on localhost:9999

## Production - Generate Static Site in /docs

```sh
docker exec bash export.sh
```