Skip to content

jonaszkadziela/kadziela.pl

Repository files navigation

Website kadziela.pl

A few words of introduction:

This is a website I created to simplify switching between different projects available within kadziela.pl domain.

Used technologies:

  • HTML
  • CSS
  • Tailwind CSS
  • JavaScript
  • PHP
  • Laravel

Prerequisites:

How to set up locally?

  1. Clone the repository
    $ git clone https://github.com/jonaszkadziela/kadziela.pl.git
    
  2. Enter kadziela.pl project directory
    $ cd kadziela.pl
    
  3. Install all dependencies
    $ npm install
    
  4. Run development web server
    $ npm run dev
    
  5. Project should be running at kadziela.test

Development:

  • This project follows directory structure and standards defined in Laravel documentation
  • The following custom npm commands are available in this project:
    • build: Builds production project using Vite. Makes optimizations for production
    • dev: Starts a development server that serves the project at kadziela.test

Links: