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 ❤️
- Host: GitHub
- URL: https://github.com/binakot/sretensk-home-page
- Owner: binakot
- License: mit
- Created: 2018-04-15T09:34:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T16:17:17.000Z (over 7 years ago)
- Last Synced: 2025-03-06T02:46:30.361Z (7 months ago)
- Topics: bootstrap4, css3, gulp, homepage, html5, html5-boilerplate, javascript, just-for-fun, simple, website
- Language: HTML
- Size: 1.79 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```