项目作者: Andrew-Dyachenko

项目描述 :
Authentica love
高级语言: CSS
项目地址: git://github.com/Andrew-Dyachenko/authentica.git
创建时间: 2019-05-24T09:06:34Z
项目社区:https://github.com/Andrew-Dyachenko/authentica

开源协议:

下载


Authentica love

Performed page

Development

Cloning

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.

  1. git clone https://github.com/Andrew-Dyachenko/authentica.git

or

  1. git clone git@github.com:Andrew-Dyachenko/authentica.git

Deploy

Go to the cloned project folder

  1. 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

  1. yarn

Runing

After completing the installation of the necessary dependencies, you can run the project build. The Server-launched page can be seen at http://localhost:1234

  1. yarn start

Preview

Authentica love desktop preview

Building

To finally build project run

  1. yarn build

Fixing

SCSS

If you encounter SCSS style error warnings in the console, use the yarn scss-fix command to fix most errors.

Javascript

Otherwise to fix JavaScript use the yarn js-fix