Beautiful & responsive website for EverestServer.
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.
- HTML
- CSS
- Tailwind CSS
- JavaScript
- PHP
- Laravel
- Install and set up Laravel Homestead
- Clone the repository
$ git clone https://github.com/jonaszkadziela/everestserver.pl.git
- Enter everestserver.pl project directory
$ cd everestserver.pl
- Install all dependencies
$ npm install
- Run development web server
$ npm run dev
- Project should be running at everestserver.test
- 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 productiondev
: Starts a development server that serves the project at everestserver.test
- Live website: https://everestserver.pl