An open API service indexing awesome lists of open source software.

https://github.com/binakot/sretensk-home-page

Just home page of my small homeland 🏡 The design is made according to the concepts of my beloved wife ❤️
https://github.com/binakot/sretensk-home-page

bootstrap4 css3 gulp homepage html5 html5-boilerplate javascript just-for-fun simple website

Last synced: 3 months ago
JSON representation

Just home page of my small homeland 🏡 The design is made according to the concepts of my beloved wife ❤️

Awesome Lists containing this project

README

          

# Sretensk home page

Just home page of my small homeland 🏡

The design is made according to the concepts of my beloved wife ♥️

[Wiki page](https://en.wikipedia.org/wiki/Sretensk) about my hometown.

---

## Setup

1. Install [Node.js](https://nodejs.org) and [NPM](https://docs.npmjs.com/getting-started/installing-node)

2. Install [Gulp](https://gulpjs.com)

3. Run `npm i`

## Development

* Run `npm run serve`

## Build

* Run `npm run build`

---

### Using

* [Node.js](https://nodejs.org) and [NPM](https://docs.npmjs.com/getting-started/installing-node)

* [Gulp](https://gulpjs.com)

* [HTML5 boilerplate](https://github.com/h5bp/html5-boilerplate)

* [Bootstrap 4](https://getbootstrap.com)

---

### Docker

Build an image:

```bash
docker build -t sretensk-web-site .
```

Run a container:

```bash
docker run -d --restart=always --name sretensk-web-site -p 80:80 -p 443:443 sretensk-web-site
```