diff options
author | Anton Dubik <44112567+asketonim@users.noreply.github.com> | 2020-01-02 14:37:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 14:37:00 +0300 |
commit | 88475b18f12e16fe32130a9e52ff6fe4297f5ba3 (patch) | |
tree | 37322e969ac49946d0d0497d0f5905f4962bad9c | |
parent | 2201113c6c55352159e20d083a59ae2373ba56cc (diff) | |
parent | 0cba782cbda46adc18c13af0490fb44f6d930c0c (diff) | |
download | chrono-cube-ui-88475b18f12e16fe32130a9e52ff6fe4297f5ba3.tar.gz |
Merge pull request #10 from Eug-VS/readme
Comose README.md
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..43d5c78 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# chrono-cube +Frontend part of ChronoCube web application - +a professional timer for speecubing with simple UI, scoreboard, guides and statistics analysis. + + +# Technologies stack +- [React.js](https://reactjs.org/) +- [Material UI components](https://material-ui.com/) + +# Getting started +To run the project, you should have [Node Package Manager](https://www.npmjs.com/) installed. It's also recommended to use +[Node Version Manager](https://github.com/nvm-sh/nvm). + +1. `npm i` (shorthand for `npm install`) - install project dependencies. +2. `npm start` - run the project. + +# Contribute +[Contribute to ChronoCube](https://github.com/users/Eug-VS/projects/3) + +Recommended IDE - [WebStorm](https://www.jetbrains.com/webstorm/). It's also preferable to install +`Styled Components & Styled JSX` plugin. |