930a272cd0
Show crowdin's error at any depth
Show branch name on i18n:push
Unpack git .pack objects to fix automatic branch detect (seems like a workaround for a workaround 🙃)
Detect git branch from CI if available.
Replace git-repo-info with git-rev-sync (maintained)
Fix accidentally removed git installation for Yarn job
|
||
---|---|---|
.storybook | ||
.vscode | ||
@types | ||
jest | ||
packages | ||
tests-e2e | ||
.browserslistrc | ||
.dockerignore | ||
.editorconfig | ||
.env.tpl | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.gitlab-ci.yml | ||
.prettierignore | ||
.prettierrc | ||
.yarnclean | ||
babel.config.js | ||
config.js | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tsconfig.json | ||
webpack.config.js | ||
webpack.dll.config.js | ||
yarn.lock |
Ely.by Accounts Web Frontend
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
-
Fork it.
-
Place your code in a separate branch
git checkout -b <your_branch_name>
. -
Add your fork as a remote
git remote add fork https://github.com/<your_username>/accounts-frontend.git
. -
Push to your fork repository
git push -u fork <your_branch_name>
.
Translating
Ely.by translation is done through the Crowdin service. Click here to participate in the translation of the project.