Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPucheu committed Dec 23, 2022
1 parent dacc08e commit 54bd299
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# PixelClock
This is a project to recreate the clock of the Freebox Revolution designed by Starck
This is a project to recreate the clock of the [Freebox Revolution](https://www.free.fr/freebox/freebox-revolution/)

## Presentation
It's basically the same code as the web branch except the addition of the [`manifest.json`](manifest.json) allowing chrome to load the extension.

## Branches
### arduino
Containing the arduino code for the real clock
### web
This is the web branch containing the virtual version accessible [here](https://6moon9.github.io/StarckClock/).
### [main](https://github.com/6moon9/PixelClock/)
Contains the presentation of the project.

### [arduino](https://github.com/6moon9/PixelClock/tree/arduino/)
Contains the source code for the arduino project.

### [chrome-extension (current)](https://github.com/6moon9/PixelClock/tree/chrome-extension/)
Contains the source code for the chrome extension.

### [web](https://github.com/6moon9/PixelClock/tree/web/)
Contains the source code for the [webpage](https://6moon9.github.io/PixelClock/). This is the branch that is deployed by github pages.

0 comments on commit 54bd299

Please sign in to comment.