Skip to content

Latest commit

 

History

History
94 lines (68 loc) · 1.35 KB

File metadata and controls

94 lines (68 loc) · 1.35 KB

Initium.lv Website

A modern, responsive website for Initium, showcasing IT and web development services. Built with Laravel, Livewire, and Tailwind CSS.

Tech Stack

  • Backend: Laravel 12.x
  • Frontend:
    • Livewire 3.x
    • Tailwind CSS v4
    • Alpine.js
    • Heroicons
  • Languages: PHP, JavaScript, HTML, CSS
  • Database: MySQL/PostgreSQL

Getting Started

Prerequisites

  • PHP 8.2 or higher
  • Composer
  • Node.js & NPM
  • MySQL/PostgreSQL

Installation

  1. Clone the repository:
git clone https://github.com/initiumlv/initium.git
cd initium
  1. Install PHP dependencies:
composer install
  1. Install NPM dependencies:
npm install
  1. Create environment file:
cp .env.example .env
  1. Generate application key:
php artisan key:generate
  1. Configure your database in .env

  2. Run migrations:

php artisan migrate
  1. Build assets:
npm run build
  1. Start the development server:
php artisan serve

Development

Running in Development Mode

npm run dev
php artisan serve

Building for Production

npm run build

License

This project is proprietary software. All rights reserved.

Contact