bezdonas / planet-clock

The goal is to create wall of clocks for different planets of solar system. As if the abstractions of day, hour, minute and second were the same as at the Earth(day equals rotation of the planet around its own axis). Fun side project.
1 stars 0 forks source link

Build Status

Work in Progress

Demo

Wall of clocks for different planets of solar system. As if the abstractions of day, hour, minute and second were the same as at the Earth(day equals rotation of the planet around its own axis). Fun side project.

This project was bootstrapped with Create React App.

Fast start

Localy

Using docker

CI/CD with Docker

1) docker-compose build - build image for CI 2) docker-compose up --no-start - run container without doing npm start 3) docker-compose run planet-clock npm run build - run npm run build in CI environment 4) docker-compose run planet-clock npm run test:ci - test builded static project 5) Serve builded static project via Heroku 6) docker-compose down --rmi all -v - clean up docker stuff after building dist

styled-components

pretty-quick

style guides

VSC plugins