Skip to content

RTUITLab/Landing-Front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99c2cd2 · Aug 7, 2024
Apr 20, 2022
Aug 7, 2024
Aug 6, 2024
Apr 19, 2022
Apr 19, 2022
Apr 11, 2022
Apr 20, 2022
Mar 26, 2022
Mar 26, 2022
Apr 19, 2022
Apr 19, 2022
Oct 20, 2022
Jul 3, 2022
Oct 20, 2022
Oct 20, 2022
Mar 26, 2022
Mar 26, 2022
Mar 26, 2022

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published