Ely.by Accounts web interface
Go to file
Sviatoslav dfa8c6df5f Fix sb build (closes #18) (#19)
* Fix storybook build command

* Bump deps

* Add storybook build step

* Perform storybook build quiet

Co-authored-by: ErickSkrauch <erickskrauch@ely.by>
2020-01-16 18:33:05 +03:00
.storybook Add global app styles to the StoryBook, fix casing for UI stories 2020-01-15 22:22:35 +03:00
.vscode Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
@types Fix babel warnings about ts types re-export 2019-12-25 12:54:05 +02:00
jest
packages Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
tests-e2e Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
.browserslistrc
.dockerignore Rename ./dist to ./build 2019-12-30 10:33:19 +02:00
.editorconfig
.env.tpl Replace TravisCI with GitLab CI (#16) 2020-01-15 17:57:27 +03:00
.eslintignore Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
.eslintrc.js
.gitignore Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
.gitlab-ci.yml Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
.prettierignore Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
.prettierrc
.yarnclean
babel.config.js Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
config.js Replace TravisCI with GitLab CI (#16) 2020-01-15 17:57:27 +03:00
LICENSE
package.json Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
postcss.config.js
README.md
tsconfig.json Fix babel warnings about ts types re-export 2019-12-25 12:54:05 +02:00
webpack.config.js Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00
webpack.dll.config.js Fix react rhl misconfiguration 2019-12-30 09:52:22 +02:00
yarn.lock Fix sb build (closes #18) (#19) 2020-01-16 18:33:05 +03:00

Ely.by Accounts Web Frontend

Build Status Ely.by translation on Crowdin

Web interface for Ely.by Accounts service. Developed using ReactJS and Flow typing.

Development

To get the code for this repository, run the following commands:

# Clone your fork
git clone https://github.com/elyby/accounts-frontend.git
# Switch to the project folder
cd accounts-frontend
# Install dependencies
yarn install

After that you need to copy config/template.env.js into config/env.js and adjust it for yourself. Then you can start the application in dev mode:

yarn start

This will start the dev server on port 8080, which will automatically apply all changes in project files, as well as proxy all requests to the backend on the domain specified in env.js.

To run the tests execute:

yarn test

How to submit PR

  1. Fork it.

  2. Place your code in a separate branch git checkout -b <your_branch_name>.

  3. Add your fork as a remote git remote add fork https://github.com/<your_username>/accounts-frontend.git.

  4. Push to your fork repository git push -u fork <your_branch_name>.

  5. Create Pull Request.

Translating

Ely.by translation is done through the Crowdin service. Click here to participate in the translation of the project.