/developer-docs

Documentation for developers

Primary LanguageJavaScript

Requirements:

  • yarn 1.17+
  • node 10.16+

Process:

1. Setup

For install project dependencies print command yarn into terminal.

2. Start develop

For start develop need to print command yarn dev and site will be available at localhost:8000

3. After develop

After develop need to print command yarn build into terminal, this command will create new public folder and it need to commit into github.