/dev.dmryutov.github.io

Dmitry Ryutov personal page (dev)

Primary LanguageVueApache License 2.0Apache-2.0

Dmitry Ryutov personal page

Build Status License

Development version of personal page hosted on GitHub Pages.

Production repo

Frontend

  • Vue.js
  • Bootstrap
  • SASS
  • Babel
  • Webpack

Frontend Setup

Clone the repository:

git clone https://github.com/dmryutov/dmryutov.github.io.git
cd dmryutov.gihub.io

Install dependencies:

npm install

Run server:

npm run serve

To see live application open http://localhost:8000 in your browser window

Docker

For production:

docker-compose up -d --build