Performed page
To start using this project, please clone it to your platform.
Open a terminal Ctrl + T (for Linux) and go to the folder where all your Internet projects are stored. for example: cd /var/www.
Clone this repository to the projects folder.
git clone https://github.com/Andrew-Dyachenko/authentica.gitor
git clone git@github.com:Andrew-Dyachenko/authentica.gitGo to the cloned project folder
cd authentica/Install the required package dependencies
It is assumed that you have the package manager Yarn installed, otherwise you can always roll back to using NPM
yarnAfter completing the installation of the necessary dependencies, you can run the project build. The Server-launched page can be seen at http://localhost:1234
yarn startTo finally build project run
yarn buildIf you encounter SCSS style error warnings in the console, use the yarn scss-fix command to fix most errors.
Otherwise to fix JavaScript use the yarn js-fix
