Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaszkadziela committed Aug 8, 2018
1 parent d38998f commit ffc3ece
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
# Website www.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
* Sass
* Bootstrap
* JavaScript
* jQuery

## Prerequisites:
* Install npm (it comes bundled with [Node.js](https://nodejs.org/en/download/))
* Install [Sass](https://sass-lang.com/install)

## How to set up locally?
1. Clone the repository
```
$ git clone "https://github.com/jonaszkadziela/everestserver.pl.git"
```
1. Enter **everestserver.pl** project directory
```
$ cd everestserver.pl
```
1. Install all dependencies
```
$ npm install
```

## Development:
* File `assets/stylesheets/scss/main.scss` includes all other stylesheets and should be compiled into `assets/stylesheets/css/main.min.css`
* Folder `assets/javascripts/` contains all JavaScript files which preferably should be compiled into one file `assets/javascripts/main.min.js`

## Links:
* Live website: https://www.everestserver.pl/
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "www.everestserver.pl",
"version": "1.0.0",
"description": "Website for EverestServer",
"description": "Beautiful & responsive website for EverestServer",
"author": "Jonasz Kądziela",
"private": true,
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"repository": {
"type": "git",
"url": "https://github.com/jonaszkadziela/everestserver.pl/"
},
"author": "Jonasz Kadziela",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.1.3"
}
Expand Down

0 comments on commit ffc3ece

Please sign in to comment.