This project integrates Laravel 5.7 Framework with Tailwind Admin, the environment is set by Docker Vessel.
Tailwind Admin is a super simple admin panel made with Tailwind CSS.
- Install Docker
- Install Docker Compose
The Rest of the tools will run from inside the container.
# Clone the repository from GitHub and open the directory:
git clone https://github.com/grupotesseract/erp-time-tracking.git && cd erp-time-tracking
# Start Vessel and prepare the environment:
cp .env.example .env
./vessel start
./vessel comp install
./vessel art key:generate
./vessel art migrate --seed
# Prepare the assets:
./vessel yarn install
./vessel yarn run watch
Access http://localhost