Skip to content

Website for EverestServer - Meeting expectations higher than Everest

Notifications You must be signed in to change notification settings

jonaszkadziela/everestserver.pl

Repository files navigation

Website everestserver.pl

Beautiful & responsive website for EverestServer.

A few words of introduction:

This is a website I created for my home server. Currently, it serves as a hub, so that the users are able to select which service of the server they want to use.

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/everestserver.pl.git
    
  2. Enter everestserver.pl project directory
    $ cd everestserver.pl
    
  3. Install all dependencies
    $ npm install
    
  4. Run development web server
    $ npm run dev
    
  5. Project should be running at everestserver.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 everestserver.test

Links: