Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 863 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 863 Bytes

HTECH Website

How to make changes for non developers

Changing files

Use the Github online edit feature to change files.

Note: when you commit your changes (step 7 of the guide above), make sure to create a new pull request instead of committing directly to the main branch.

Deploy changes

  1. Go to the Build and deploy workflow dashboard.
  2. Click on the Run workflow dropdown and then on the Run workflow green button.
  3. There's no step 3, the workflow will start, build the site and deploy it live.

Development

Prerequisites

  • nodenv
  • yarn

Setup

$ yarn install

Develop

$ yarn develop

Deploy

$ yarn deploy