Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.6 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.6 KB

Landing-Front

Content:

  1. Stack
  2. Installation
  3. Dev running
  4. Production
  5. Deploy

Stack

Pug Parcel SASS Jake

Installation

You just need to install the npm packages:

$ npm install

Dev running

$ npm start

And then look main page in http://localhost:3000/index.html

Production

$ jake token=<your github access token>

The token is needed to get access to images from private repositories.

Deploy

To change the code, you need to push the changes to the master branch, after which the project will be assembled into the gh-pages-pr branch and create a pull request from it to the gh-pages, which is the landing host.

To change the content of the landing page, you need to push the changes to the data branch, after which a pull request will be created to change the submodule in the master branch. Next, the project will be assembled (for more information in the previous paragraph).

More information about building a project and adding content here.